Html Css Color HEX #8E2BCB Dark Orchid

📋 copy color: '#8E2BCB'

red 142 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #8E2BCB

Tints of Dark Orchid #8E2BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.08%

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

R = 36.6%
G = 11.08%
B = 52.32%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E2BCB (or 0x8E2BCB) is known color: Dark Orchid. HEX triplet: 8E, 2B and CB. RGB value is (142,43,203). Sum of RGB (Red+Green+Blue) = 142+43+203=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E2BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2BCB is #71D434. Grayscale: #5A5A5A. Windows color (decimal): -7459893 or 13314958. OLE color: 13314958.

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

Color convert

RGB 142 43 203 -
CMYK 0.30 0.79 0 0.20
HSL 277.13º 0.65% 0.48% -
HSV(B) 277.13º 0.79% 0.8% -
XYZ 22.8 11.79 57.57 -
YUV 90.84 191.3 164.49 -
System Red Green Blue C M Y K H S L
Decimal 142 43 203 0.30 0.79 0 0.20 277.13 0.65 0.48
Hex 8E 2B CB 1E 4F 0 14 115 41 30
Octal 216 53 313 36 117 0 24 425 101 60
Binary 10001110 101011 11001011 11110 1001111 0 10100 100010101 1000001 110000

Color Harmonies of #8E2BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2BCB

Black with #8E2BCB

Text Example


Text Example

White with #8E2BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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