Html Css Color HEX #9F10DD Dark Violet

📋 copy color: '#9F10DD'

red 159 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #9F10DD

Tints of Dark Violet #9F10DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 40.15%
G = 4.04%
B = 55.81%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F10DD (or 0x9F10DD) is known color: Dark Violet. HEX triplet: 9F, 10 and DD. RGB value is (159,16,221). Sum of RGB (Red+Green+Blue) = 159+16+221=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10DD is #60EF22. Grayscale: #515151. Windows color (decimal): -6352675 or 14487711. OLE color: 14487711.

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

Color convert

RGB 159 16 221 -
CMYK 0.28 0.93 0 0.13
HSL 281.85º 0.86% 0.46% -
HSV(B) 281.85º 0.93% 0.87% -
XYZ 27.53 12.96 69.46 -
YUV 82.13 206.38 182.83 -
System Red Green Blue C M Y K H S L
Decimal 159 16 221 0.28 0.93 0 0.13 281.85 0.86 0.46
Hex 9F 10 DD 1C 5D 0 D 11A 56 2E
Octal 237 20 335 34 135 0 15 432 126 56
Binary 10011111 10000 11011101 11100 1011101 0 1101 100011010 1010110 101110

Color Harmonies of #9F10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10DD

Black with #9F10DD

Text Example


Text Example

White with #9F10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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