Html Css Color HEX #9F10D8 Dark Violet

📋 copy color: '#9F10D8'

red 159 ◦ green 16 ◦ blue 216

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

Shades of Dark Violet #9F10D8

Tints of Dark Violet #9F10D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.24%

R = 40.66%
G = 4.09%
B = 55.24%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F10D8 (or 0x9F10D8) is known color: Dark Violet. HEX triplet: 9F, 10 and D8. RGB value is (159,16,216). Sum of RGB (Red+Green+Blue) = 159+16+216=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 216 (84.77% from 255 or 55.24% from 391); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F10D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10D8 is #60EF27. Grayscale: #505050. Windows color (decimal): -6352680 or 14160031. OLE color: 14160031.

HSL color Cylindrical-coordinate representation of color #9F10D8: hue angle of 282.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F10D8 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 16 216 -
CMYK 0.26 0.93 0 0.15
HSL 282.9º 0.86% 0.45% -
HSV(B) 282.9º 0.93% 0.85% -
XYZ 26.88 12.7 66 -
YUV 81.56 203.88 183.24 -
System Red Green Blue C M Y K H S L
Decimal 159 16 216 0.26 0.93 0 0.15 282.9 0.86 0.45
Hex 9F 10 D8 1A 5D 0 F 11B 56 2D
Octal 237 20 330 32 135 0 17 433 126 55
Binary 10011111 10000 11011000 11010 1011101 0 1111 100011011 1010110 101101

Color Harmonies of #9F10D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10D8

Black with #9F10D8

Text Example


Text Example

White with #9F10D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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