Html Css Color HEX #9F13DC Dark Violet

📋 copy color: '#9F13DC'

red 159 ◦ green 19 ◦ blue 220

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

Shades of Dark Violet #9F13DC

Tints of Dark Violet #9F13DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

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

R = 39.95%
G = 4.77%
B = 55.28%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F13DC (or 0x9F13DC) is known color: Dark Violet. HEX triplet: 9F, 13 and DC. RGB value is (159,19,220). Sum of RGB (Red+Green+Blue) = 159+19+220=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F13DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F13DC is #60EC23. Grayscale: #535353. Windows color (decimal): -6351908 or 14422943. OLE color: 14422943.

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

Color convert

RGB 159 19 220 -
CMYK 0.28 0.91 0 0.14
HSL 281.79º 0.84% 0.47% -
HSV(B) 281.79º 0.91% 0.86% -
XYZ 27.45 13 68.77 -
YUV 83.77 204.88 181.66 -
System Red Green Blue C M Y K H S L
Decimal 159 19 220 0.28 0.91 0 0.14 281.79 0.84 0.47
Hex 9F 13 DC 1C 5B 0 E 11A 54 2F
Octal 237 23 334 34 133 0 16 432 124 57
Binary 10011111 10011 11011100 11100 1011011 0 1110 100011010 1010100 101111

Color Harmonies of #9F13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F13DC

Black with #9F13DC

Text Example


Text Example

White with #9F13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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