Html Css Color HEX #9911BA Dark Violet

📋 copy color: '#9911BA'

red 153 ◦ green 17 ◦ blue 186

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

Shades of Dark Violet #9911BA

Tints of Dark Violet #9911BA

RGB

 RED value IS 153 (60.16% from 255) = 42.98%

 GREEN value IS 17 (7.03% from 255) = 4.78%

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

R = 42.98%
G = 4.78%
B = 52.25%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9911BA (or 0x9911BA) is known color: Dark Violet. HEX triplet: 99, 11 and BA. RGB value is (153,17,186). Sum of RGB (Red+Green+Blue) = 153+17+186=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 17 (7.03% from 255 or 4.78% 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 #9911BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9911BA is #66EE45. Grayscale: #4C4C4C. Windows color (decimal): -6745670 or 12194201. OLE color: 12194201.

HSL color Cylindrical-coordinate representation of color #9911BA: hue angle of 288.28º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9911BA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 17 186 -
CMYK 0.18 0.91 0 0.27
HSL 288.28º 0.83% 0.4% -
HSV(B) 288.28º 0.91% 0.73% -
XYZ 22.2 10.72 47.35 -
YUV 76.93 189.56 182.26 -
System Red Green Blue C M Y K H S L
Decimal 153 17 186 0.18 0.91 0 0.27 288.28 0.83 0.4
Hex 99 11 BA 12 5B 0 1B 120 53 28
Octal 231 21 272 22 133 0 33 440 123 50
Binary 10011001 10001 10111010 10010 1011011 0 11011 100100000 1010011 101000

Color Harmonies of #9911BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9911BA

Black with #9911BA

Text Example


Text Example

White with #9911BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9911BA; }

 p { color: rgb(153,17,186); }

 H1.HeaderClassName
 {
   color: #9911BA;
 }
 .AnyTagClassName
 {
   color: #9911BA;
 }
</style>

background-color css

<style>
 a { background-color: #9911BA; }

 a { background-color: rgb(153,17,186); }

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

border-color css

<style>
 span { border-color: #9911BA; }

 span { border-color: rgb(153,17,186); }

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