Html Css Color HEX #9F10DC Dark Violet

📋 copy color: '#9F10DC'

red 159 ◦ green 16 ◦ blue 220

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

Shades of Dark Violet #9F10DC

Tints of Dark Violet #9F10DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.05%

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

R = 40.25%
G = 4.05%
B = 55.7%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F10DC (or 0x9F10DC) is known color: Dark Violet. HEX triplet: 9F, 10 and DC. RGB value is (159,16,220). Sum of RGB (Red+Green+Blue) = 159+16+220=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F10DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10DC is #60EF23. Grayscale: #515151. Windows color (decimal): -6352676 or 14422175. OLE color: 14422175.

HSL color Cylindrical-coordinate representation of color #9F10DC: hue angle of 282.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F10DC is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 16 220 -
CMYK 0.28 0.93 0 0.14
HSL 282.06º 0.86% 0.46% -
HSV(B) 282.06º 0.93% 0.86% -
XYZ 27.4 12.91 68.76 -
YUV 82.01 205.88 182.91 -
System Red Green Blue C M Y K H S L
Decimal 159 16 220 0.28 0.93 0 0.14 282.06 0.86 0.46
Hex 9F 10 DC 1C 5D 0 E 11A 56 2E
Octal 237 20 334 34 135 0 16 432 126 56
Binary 10011111 10000 11011100 11100 1011101 0 1110 100011010 1010110 101110

Color Harmonies of #9F10DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10DC

Black with #9F10DC

Text Example


Text Example

White with #9F10DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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