Html Css Color HEX #8E0BEA Dark Violet

📋 copy color: '#8E0BEA'

red 142 ◦ green 11 ◦ blue 234

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

Shades of Dark Violet #8E0BEA

Tints of Dark Violet #8E0BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

 BLUE value IS 234 (91.8% from 255) = 60.47%

R = 36.69%
G = 2.84%
B = 60.47%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E0BEA (or 0x8E0BEA) is known color: Dark Violet. HEX triplet: 8E, 0B and EA. RGB value is (142,11,234). Sum of RGB (Red+Green+Blue) = 142+11+234=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E0BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0BEA is #71F415. Grayscale: #4A4A4A. Windows color (decimal): -7468054 or 15338382. OLE color: 15338382.

HSL color Cylindrical-coordinate representation of color #8E0BEA: hue angle of 275.25º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0BEA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 11 234 -
CMYK 0.39 0.95 0 0.08
HSL 275.25º 0.91% 0.48% -
HSV(B) 275.25º 0.95% 0.92% -
XYZ 26.13 11.93 78.77 -
YUV 75.59 217.4 175.37 -
System Red Green Blue C M Y K H S L
Decimal 142 11 234 0.39 0.95 0 0.08 275.25 0.91 0.48
Hex 8E B EA 27 5F 0 8 113 5B 30
Octal 216 13 352 47 137 0 10 423 133 60
Binary 10001110 1011 11101010 100111 1011111 0 1000 100010011 1011011 110000

Color Harmonies of #8E0BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0BEA

Black with #8E0BEA

Text Example


Text Example

White with #8E0BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,11,234); }

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

background-color css

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

 a { background-color: rgb(142,11,234); }

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

border-color css

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

 span { border-color: rgb(142,11,234); }

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