Html Css Color HEX #8F09DC Dark Violet

📋 copy color: '#8F09DC'

red 143 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #8F09DC

Tints of Dark Violet #8F09DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.42%

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

R = 38.44%
G = 2.42%
B = 59.14%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F09DC (or 0x8F09DC) is known color: Dark Violet. HEX triplet: 8F, 09 and DC. RGB value is (143,9,220). Sum of RGB (Red+Green+Blue) = 143+9+220=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F09DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F09DC is #70F623. Grayscale: #484848. Windows color (decimal): -7403044 or 14420367. OLE color: 14420367.

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

Color convert

RGB 143 9 220 -
CMYK 0.35 0.96 0 0.14
HSL 278.1º 0.92% 0.45% -
HSV(B) 278.1º 0.96% 0.86% -
XYZ 24.34 11.2 68.59 -
YUV 73.12 210.89 177.84 -
System Red Green Blue C M Y K H S L
Decimal 143 9 220 0.35 0.96 0 0.14 278.1 0.92 0.45
Hex 8F 9 DC 23 60 0 E 116 5C 2D
Octal 217 11 334 43 140 0 16 426 134 55
Binary 10001111 1001 11011100 100011 1100000 0 1110 100010110 1011100 101101

Color Harmonies of #8F09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F09DC

Black with #8F09DC

Text Example


Text Example

White with #8F09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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