Html Css Color HEX #8E11CF Dark Violet

📋 copy color: '#8E11CF'

red 142 ◦ green 17 ◦ blue 207

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

Shades of Dark Violet #8E11CF

Tints of Dark Violet #8E11CF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.64%

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 38.8%
G = 4.64%
B = 56.56%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E11CF (or 0x8E11CF) is known color: Dark Violet. HEX triplet: 8E, 11 and CF. RGB value is (142,17,207). Sum of RGB (Red+Green+Blue) = 142+17+207=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E11CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E11CF is #71EE30. Grayscale: #4B4B4B. Windows color (decimal): -7466545 or 13570446. OLE color: 13570446.

HSL color Cylindrical-coordinate representation of color #8E11CF: hue angle of 279.47º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E11CF is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 17 207 -
CMYK 0.31 0.92 0 0.19
HSL 279.47º 0.85% 0.44% -
HSV(B) 279.47º 0.92% 0.81% -
XYZ 22.62 10.66 59.9 -
YUV 76.04 201.91 175.05 -
System Red Green Blue C M Y K H S L
Decimal 142 17 207 0.31 0.92 0 0.19 279.47 0.85 0.44
Hex 8E 11 CF 1F 5C 0 13 117 55 2C
Octal 216 21 317 37 134 0 23 427 125 54
Binary 10001110 10001 11001111 11111 1011100 0 10011 100010111 1010101 101100

Color Harmonies of #8E11CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E11CF

Black with #8E11CF

Text Example


Text Example

White with #8E11CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,207); }

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

background-color css

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

 a { background-color: rgb(142,17,207); }

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

border-color css

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

 span { border-color: rgb(142,17,207); }

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