Html Css Color HEX #8F06E6 Dark Violet

📋 copy color: '#8F06E6'

red 143 ◦ green 6 ◦ blue 230

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

Shades of Dark Violet #8F06E6

Tints of Dark Violet #8F06E6

RGB

 RED value IS 143 (56.25% from 255) = 37.73%

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

 BLUE value IS 230 (90.23% from 255) = 60.69%

R = 37.73%
G = 1.58%
B = 60.69%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8F06E6 (or 0x8F06E6) is known color: Dark Violet. HEX triplet: 8F, 06 and E6. RGB value is (143,6,230). Sum of RGB (Red+Green+Blue) = 143+6+230=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 230 (90.23% from 255 or 60.69% from 379); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F06E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F06E6 is #70F919. Grayscale: #474747. Windows color (decimal): -7403802 or 15074959. OLE color: 15074959.

HSL color Cylindrical-coordinate representation of color #8F06E6: hue angle of 276.7º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F06E6 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 6 230 -
CMYK 0.38 0.97 0 0.10
HSL 276.7º 0.95% 0.46% -
HSV(B) 276.7º 0.97% 0.9% -
XYZ 25.68 11.68 75.76 -
YUV 72.5 216.89 178.29 -
System Red Green Blue C M Y K H S L
Decimal 143 6 230 0.38 0.97 0 0.10 276.7 0.95 0.46
Hex 8F 6 E6 26 61 0 A 115 5F 2E
Octal 217 6 346 46 141 0 12 425 137 56
Binary 10001111 110 11100110 100110 1100001 0 1010 100010101 1011111 101110

Color Harmonies of #8F06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F06E6

Black with #8F06E6

Text Example


Text Example

White with #8F06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,6,230); }

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

background-color css

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

 a { background-color: rgb(143,6,230); }

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

border-color css

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

 span { border-color: rgb(143,6,230); }

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