Html Css Color HEX #9F0ACD Dark Violet

📋 copy color: '#9F0ACD'

red 159 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #9F0ACD

Tints of Dark Violet #9F0ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.67%

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 42.51%
G = 2.67%
B = 54.81%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F0ACD (or 0x9F0ACD) is known color: Dark Violet. HEX triplet: 9F, 0A and CD. RGB value is (159,10,205). Sum of RGB (Red+Green+Blue) = 159+10+205=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F0ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0ACD is #60F532. Grayscale: #4C4C4C. Windows color (decimal): -6354227 or 13437599. OLE color: 13437599.

HSL color Cylindrical-coordinate representation of color #9F0ACD: hue angle of 285.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0ACD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 10 205 -
CMYK 0.22 0.95 0 0.20
HSL 285.85º 0.91% 0.42% -
HSV(B) 285.85º 0.95% 0.8% -
XYZ 25.43 12 58.73 -
YUV 76.78 200.36 186.64 -
System Red Green Blue C M Y K H S L
Decimal 159 10 205 0.22 0.95 0 0.20 285.85 0.91 0.42
Hex 9F A CD 16 5F 0 14 11E 5B 2A
Octal 237 12 315 26 137 0 24 436 133 52
Binary 10011111 1010 11001101 10110 1011111 0 10100 100011110 1011011 101010

Color Harmonies of #9F0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0ACD

Black with #9F0ACD

Text Example


Text Example

White with #9F0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,10,205); }

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

background-color css

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

 a { background-color: rgb(159,10,205); }

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

border-color css

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

 span { border-color: rgb(159,10,205); }

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