Html Css Color HEX #9F0BCD Dark Violet

📋 copy color: '#9F0BCD'

red 159 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #9F0BCD

Tints of Dark Violet #9F0BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

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

R = 42.4%
G = 2.93%
B = 54.67%

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

#9F0BCD (or 0x9F0BCD) is known color: Dark Violet. HEX triplet: 9F, 0B and CD. RGB value is (159,11,205). Sum of RGB (Red+Green+Blue) = 159+11+205=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F0BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BCD is #60F432. Grayscale: #4C4C4C. Windows color (decimal): -6353971 or 13437855. OLE color: 13437855.

HSL color Cylindrical-coordinate representation of color #9F0BCD: hue angle of 285.77º degrees, saturation: 0.9, 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 #9F0BCD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 11 205 -
CMYK 0.22 0.95 0 0.20
HSL 285.77º 0.9% 0.42% -
HSV(B) 285.77º 0.95% 0.8% -
XYZ 25.44 12.02 58.74 -
YUV 77.37 200.03 186.23 -
System Red Green Blue C M Y K H S L
Decimal 159 11 205 0.22 0.95 0 0.20 285.77 0.9 0.42
Hex 9F B CD 16 5F 0 14 11E 5A 2A
Octal 237 13 315 26 137 0 24 436 132 52
Binary 10011111 1011 11001101 10110 1011111 0 10100 100011110 1011010 101010

Color Harmonies of #9F0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BCD

Black with #9F0BCD

Text Example


Text Example

White with #9F0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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