Html Css Color HEX #9F1ADE Dark Violet

📋 copy color: '#9F1ADE'

red 159 ◦ green 26 ◦ blue 222

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

Shades of Dark Violet #9F1ADE

Tints of Dark Violet #9F1ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.39%

 BLUE value IS 222 (87.11% from 255) = 54.55%

R = 39.07%
G = 6.39%
B = 54.55%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F1ADE (or 0x9F1ADE) is known color: Dark Violet. HEX triplet: 9F, 1A and DE. RGB value is (159,26,222). Sum of RGB (Red+Green+Blue) = 159+26+222=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F1ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1ADE is #60E521. Grayscale: #575757. Windows color (decimal): -6350114 or 14555807. OLE color: 14555807.

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

Color convert

RGB 159 26 222 -
CMYK 0.28 0.88 0 0.13
HSL 280.71º 0.79% 0.49% -
HSV(B) 280.71º 0.88% 0.87% -
XYZ 27.85 13.38 70.22 -
YUV 88.11 203.56 178.56 -
System Red Green Blue C M Y K H S L
Decimal 159 26 222 0.28 0.88 0 0.13 280.71 0.79 0.49
Hex 9F 1A DE 1C 58 0 D 119 4F 31
Octal 237 32 336 34 130 0 15 431 117 61
Binary 10011111 11010 11011110 11100 1011000 0 1101 100011001 1001111 110001

Color Harmonies of #9F1ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1ADE

Black with #9F1ADE

Text Example


Text Example

White with #9F1ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,26,222); }

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

background-color css

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

 a { background-color: rgb(159,26,222); }

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

border-color css

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

 span { border-color: rgb(159,26,222); }

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