Html Css Color HEX #9F0BCC Dark Violet

📋 copy color: '#9F0BCC'

red 159 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #9F0BCC

Tints of Dark Violet #9F0BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 42.51%
G = 2.94%
B = 54.55%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F0BCC (or 0x9F0BCC) is known color: Dark Violet. HEX triplet: 9F, 0B and CC. RGB value is (159,11,204). Sum of RGB (Red+Green+Blue) = 159+11+204=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F0BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BCC is #60F433. Grayscale: #4C4C4C. Windows color (decimal): -6353972 or 13372319. OLE color: 13372319.

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

Color convert

RGB 159 11 204 -
CMYK 0.22 0.95 0 0.2
HSL 286.01º 0.9% 0.42% -
HSV(B) 286.01º 0.95% 0.8% -
XYZ 25.32 11.97 58.1 -
YUV 77.25 199.53 186.31 -
System Red Green Blue C M Y K H S L
Decimal 159 11 204 0.22 0.95 0 0.2 286.01 0.9 0.42
Hex 9F B CC 16 5F 0 14 11E 5A 2A
Octal 237 13 314 26 137 0 24 436 132 52
Binary 10011111 1011 11001100 10110 1011111 0 10100 100011110 1011010 101010

Color Harmonies of #9F0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BCC

Black with #9F0BCC

Text Example


Text Example

White with #9F0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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