Html Css Color HEX #8E38CB Dark Orchid

📋 copy color: '#8E38CB'

red 142 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #8E38CB

Tints of Dark Orchid #8E38CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.97%

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

R = 35.41%
G = 13.97%
B = 50.62%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E38CB (or 0x8E38CB) is known color: Dark Orchid. HEX triplet: 8E, 38 and CB. RGB value is (142,56,203). Sum of RGB (Red+Green+Blue) = 142+56+203=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E38CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E38CB is #71C734. Grayscale: #616161. Windows color (decimal): -7456565 or 13318286. OLE color: 13318286.

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

Color convert

RGB 142 56 203 -
CMYK 0.30 0.72 0 0.20
HSL 275.1º 0.59% 0.51% -
HSV(B) 275.1º 0.72% 0.8% -
XYZ 23.35 12.89 57.76 -
YUV 98.47 186.99 159.05 -
System Red Green Blue C M Y K H S L
Decimal 142 56 203 0.30 0.72 0 0.20 275.1 0.59 0.51
Hex 8E 38 CB 1E 48 0 14 113 3B 33
Octal 216 70 313 36 110 0 24 423 73 63
Binary 10001110 111000 11001011 11110 1001000 0 10100 100010011 111011 110011

Color Harmonies of #8E38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E38CB

Black with #8E38CB

Text Example


Text Example

White with #8E38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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