Html Css Color HEX #8E41CB Dark Orchid

📋 copy color: '#8E41CB'

red 142 ◦ green 65 ◦ blue 203

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

Shades of Dark Orchid #8E41CB

Tints of Dark Orchid #8E41CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

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

R = 34.63%
G = 15.85%
B = 49.51%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E41CB (or 0x8E41CB) is known color: Dark Orchid. HEX triplet: 8E, 41 and CB. RGB value is (142,65,203). Sum of RGB (Red+Green+Blue) = 142+65+203=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E41CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E41CB is #71BE34. Grayscale: #676767. Windows color (decimal): -7454261 or 13320590. OLE color: 13320590.

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

Color convert

RGB 142 65 203 -
CMYK 0.30 0.68 0 0.20
HSL 273.48º 0.57% 0.53% -
HSV(B) 273.48º 0.68% 0.8% -
XYZ 23.83 13.84 57.92 -
YUV 103.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 142 65 203 0.30 0.68 0 0.20 273.48 0.57 0.53
Hex 8E 41 CB 1E 44 0 14 111 39 35
Octal 216 101 313 36 104 0 24 421 71 65
Binary 10001110 1000001 11001011 11110 1000100 0 10100 100010001 111001 110101

Color Harmonies of #8E41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E41CB

Black with #8E41CB

Text Example


Text Example

White with #8E41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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