Html Css Color HEX #9F06DC Dark Violet

📋 copy color: '#9F06DC'

red 159 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #9F06DC

Tints of Dark Violet #9F06DC

RGB

 RED value IS 159 (62.5% from 255) = 41.3%

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

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

R = 41.3%
G = 1.56%
B = 57.14%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F06DC (or 0x9F06DC) is known color: Dark Violet. HEX triplet: 9F, 06 and DC. RGB value is (159,6,220). Sum of RGB (Red+Green+Blue) = 159+6+220=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F06DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F06DC is #60F923. Grayscale: #4B4B4B. Windows color (decimal): -6355236 or 14419615. OLE color: 14419615.

HSL color Cylindrical-coordinate representation of color #9F06DC: hue angle of 282.9º 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 #9F06DC is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 6 220 -
CMYK 0.28 0.97 0 0.14
HSL 282.9º 0.95% 0.44% -
HSV(B) 282.9º 0.97% 0.86% -
XYZ 27.28 12.67 68.72 -
YUV 76.14 209.19 187.1 -
System Red Green Blue C M Y K H S L
Decimal 159 6 220 0.28 0.97 0 0.14 282.9 0.95 0.44
Hex 9F 6 DC 1C 61 0 E 11B 5F 2C
Octal 237 6 334 34 141 0 16 433 137 54
Binary 10011111 110 11011100 11100 1100001 0 1110 100011011 1011111 101100

Color Harmonies of #9F06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F06DC

Black with #9F06DC

Text Example


Text Example

White with #9F06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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