Html Css Color HEX #8F06DC Dark Violet

📋 copy color: '#8F06DC'

red 143 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #8F06DC

Tints of Dark Violet #8F06DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 38.75%
G = 1.63%
B = 59.62%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F06DC (or 0x8F06DC) is known color: Dark Violet. HEX triplet: 8F, 06 and DC. RGB value is (143,6,220). Sum of RGB (Red+Green+Blue) = 143+6+220=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F06DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F06DC is #70F923. Grayscale: #464646. Windows color (decimal): -7403812 or 14419599. OLE color: 14419599.

HSL color Cylindrical-coordinate representation of color #8F06DC: hue angle of 278.41º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F06DC is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 6 220 -
CMYK 0.35 0.97 0 0.14
HSL 278.41º 0.95% 0.44% -
HSV(B) 278.41º 0.97% 0.86% -
XYZ 24.31 11.14 68.58 -
YUV 71.36 211.89 179.1 -
System Red Green Blue C M Y K H S L
Decimal 143 6 220 0.35 0.97 0 0.14 278.41 0.95 0.44
Hex 8F 6 DC 23 61 0 E 116 5F 2C
Octal 217 6 334 43 141 0 16 426 137 54
Binary 10001111 110 11011100 100011 1100001 0 1110 100010110 1011111 101100

Color Harmonies of #8F06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F06DC

Black with #8F06DC

Text Example


Text Example

White with #8F06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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