Html Css Color HEX #8D3BCF Dark Orchid

📋 copy color: '#8D3BCF'

red 141 ◦ green 59 ◦ blue 207

#8D3BCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8D3BCF

Tints of Dark Orchid #8D3BCF

RGB

 RED value IS 141 (55.47% from 255) = 34.64%

 GREEN value IS 59 (23.44% from 255) = 14.5%

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 34.64%
G = 14.5%
B = 50.86%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8D3BCF (or 0x8D3BCF) is known color: Dark Orchid. HEX triplet: 8D, 3B and CF. RGB value is (141,59,207). Sum of RGB (Red+Green+Blue) = 141+59+207=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D3BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3BCF is #72C430. Grayscale: #636363. Windows color (decimal): -7521329 or 13581197. OLE color: 13581197.

HSL color Cylindrical-coordinate representation of color #8D3BCF: hue angle of 273.24º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3BCF is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 59 207 -
CMYK 0.32 0.71 0 0.19
HSL 273.24º 0.61% 0.52% -
HSV(B) 273.24º 0.71% 0.81% -
XYZ 23.81 13.3 60.34 -
YUV 100.39 188.17 156.97 -
System Red Green Blue C M Y K H S L
Decimal 141 59 207 0.32 0.71 0 0.19 273.24 0.61 0.52
Hex 8D 3B CF 20 47 0 13 111 3D 34
Octal 215 73 317 40 107 0 23 421 75 64
Binary 10001101 111011 11001111 100000 1000111 0 10011 100010001 111101 110100

Color Harmonies of #8D3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3BCF

Black with #8D3BCF

Text Example


Text Example

White with #8D3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D3BCF; }

 p { color: rgb(141,59,207); }

 H1.HeaderClassName
 {
   color: #8D3BCF;
 }
 .AnyTagClassName
 {
   color: #8D3BCF;
 }
</style>

background-color css

<style>
 a { background-color: #8D3BCF; }

 a { background-color: rgb(141,59,207); }

 div.DivClassName
 {
   background-color: #8D3BCF;
 }
 .BgClassName
 {
   background-color: #8D3BCF;
 }
</style>

border-color css

<style>
 span { border-color: #8D3BCF; }

 span { border-color: rgb(141,59,207); }

 td.TdClassName
 {
   border-color: #8D3BCF;
 }
 .TagClassName
 {
   border-color: #8D3BCF;
 }
</style>