Html Css Color HEX #9F0CBF Dark Violet

📋 copy color: '#9F0CBF'

red 159 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #9F0CBF

Tints of Dark Violet #9F0CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 191 (75% from 255) = 52.76%

R = 43.92%
G = 3.31%
B = 52.76%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F0CBF (or 0x9F0CBF) is known color: Dark Violet. HEX triplet: 9F, 0C and BF. RGB value is (159,12,191). Sum of RGB (Red+Green+Blue) = 159+12+191=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F0CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CBF is #60F340. Grayscale: #4B4B4B. Windows color (decimal): -6353729 or 12520607. OLE color: 12520607.

HSL color Cylindrical-coordinate representation of color #9F0CBF: hue angle of 289.27º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0CBF is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 12 191 -
CMYK 0.17 0.94 0 0.25
HSL 289.27º 0.88% 0.4% -
HSV(B) 289.27º 0.94% 0.75% -
XYZ 23.83 11.4 50.23 -
YUV 76.36 192.7 186.95 -
System Red Green Blue C M Y K H S L
Decimal 159 12 191 0.17 0.94 0 0.25 289.27 0.88 0.4
Hex 9F C BF 11 5E 0 19 121 58 28
Octal 237 14 277 21 136 0 31 441 130 50
Binary 10011111 1100 10111111 10001 1011110 0 11001 100100001 1011000 101000

Color Harmonies of #9F0CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0CBF

Black with #9F0CBF

Text Example


Text Example

White with #9F0CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,12,191); }

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

background-color css

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

 a { background-color: rgb(159,12,191); }

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

border-color css

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

 span { border-color: rgb(159,12,191); }

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