Html Css Color HEX #8E3BCB Dark Orchid

📋 copy color: '#8E3BCB'

red 142 ◦ green 59 ◦ blue 203

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

Shades of Dark Orchid #8E3BCB

Tints of Dark Orchid #8E3BCB

RGB

 RED value IS 142 (55.86% from 255) = 35.15%

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 35.15%
G = 14.6%
B = 50.25%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E3BCB (or 0x8E3BCB) is known color: Dark Orchid. HEX triplet: 8E, 3B and CB. RGB value is (142,59,203). Sum of RGB (Red+Green+Blue) = 142+59+203=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E3BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3BCB is #71C434. Grayscale: #636363. Windows color (decimal): -7455797 or 13319054. OLE color: 13319054.

HSL color Cylindrical-coordinate representation of color #8E3BCB: hue angle of 274.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E3BCB is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 59 203 -
CMYK 0.30 0.71 0 0.20
HSL 274.58º 0.58% 0.51% -
HSV(B) 274.58º 0.71% 0.8% -
XYZ 23.5 13.19 57.81 -
YUV 100.23 186 157.79 -
System Red Green Blue C M Y K H S L
Decimal 142 59 203 0.30 0.71 0 0.20 274.58 0.58 0.51
Hex 8E 3B CB 1E 47 0 14 113 3A 33
Octal 216 73 313 36 107 0 24 423 72 63
Binary 10001110 111011 11001011 11110 1000111 0 10100 100010011 111010 110011

Color Harmonies of #8E3BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3BCB

Black with #8E3BCB

Text Example


Text Example

White with #8E3BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,59,203); }

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

background-color css

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

 a { background-color: rgb(142,59,203); }

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

border-color css

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

 span { border-color: rgb(142,59,203); }

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