Html Css Color HEX #9F0BBA Dark Violet

📋 copy color: '#9F0BBA'

red 159 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #9F0BBA

Tints of Dark Violet #9F0BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 44.66%
G = 3.09%
B = 52.25%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F0BBA (or 0x9F0BBA) is known color: Dark Violet. HEX triplet: 9F, 0B and BA. RGB value is (159,11,186). Sum of RGB (Red+Green+Blue) = 159+11+186=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F0BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BBA is #60F445. Grayscale: #4A4A4A. Windows color (decimal): -6353990 or 12192671. OLE color: 12192671.

HSL color Cylindrical-coordinate representation of color #9F0BBA: hue angle of 290.74º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0BBA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 11 186 -
CMYK 0.15 0.94 0 0.27
HSL 290.74º 0.89% 0.39% -
HSV(B) 290.74º 0.94% 0.73% -
XYZ 23.28 11.16 47.38 -
YUV 75.2 190.53 187.77 -
System Red Green Blue C M Y K H S L
Decimal 159 11 186 0.15 0.94 0 0.27 290.74 0.89 0.39
Hex 9F B BA F 5E 0 1B 123 59 27
Octal 237 13 272 17 136 0 33 443 131 47
Binary 10011111 1011 10111010 1111 1011110 0 11011 100100011 1011001 100111

Color Harmonies of #9F0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BBA

Black with #9F0BBA

Text Example


Text Example

White with #9F0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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