Html Css Color HEX #8E06F2 Dark Violet

📋 copy color: '#8E06F2'

red 142 ◦ green 6 ◦ blue 242

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

Shades of Dark Violet #8E06F2

Tints of Dark Violet #8E06F2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.54%

 BLUE value IS 242 (94.92% from 255) = 62.05%

R = 36.41%
G = 1.54%
B = 62.05%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8E06F2 (or 0x8E06F2) is known color: Dark Violet. HEX triplet: 8E, 06 and F2. RGB value is (142,6,242). Sum of RGB (Red+Green+Blue) = 142+6+242=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 242 (94.92% from 255 or 62.05% from 390); Max value from RGB is 242 - color contains mainly: blue. Hex color #8E06F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E06F2 is #71F90D. Grayscale: #484848. Windows color (decimal): -7469326 or 15861390. OLE color: 15861390.

HSL color Cylindrical-coordinate representation of color #8E06F2: hue angle of 274.58º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E06F2 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 6 242 -
CMYK 0.41 0.98 0 0.05
HSL 274.58º 0.95% 0.49% -
HSV(B) 274.58º 0.98% 0.95% -
XYZ 27.25 12.29 84.94 -
YUV 73.57 223.06 176.81 -
System Red Green Blue C M Y K H S L
Decimal 142 6 242 0.41 0.98 0 0.05 274.58 0.95 0.49
Hex 8E 6 F2 29 62 0 5 113 5F 31
Octal 216 6 362 51 142 0 5 423 137 61
Binary 10001110 110 11110010 101001 1100010 0 101 100010011 1011111 110001

Color Harmonies of #8E06F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E06F2

Black with #8E06F2

Text Example


Text Example

White with #8E06F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,6,242); }

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

background-color css

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

 a { background-color: rgb(142,6,242); }

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

border-color css

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

 span { border-color: rgb(142,6,242); }

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