Html Css Color HEX #9900BF Dark Violet

📋 copy color: '#9900BF'

red 153 ◦ green 0 ◦ blue 191

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

Shades of Dark Violet #9900BF

Tints of Dark Violet #9900BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.48%
G = 0%
B = 55.52%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9900BF (or 0x9900BF) is known color: Dark Violet. HEX triplet: 99, 00 and BF. RGB value is (153,0,191). Sum of RGB (Red+Green+Blue) = 153+0+191=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #9900BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9900BF is #66FF40. Grayscale: #424242. Windows color (decimal): -6750017 or 12517529. OLE color: 12517529.

HSL color Cylindrical-coordinate representation of color #9900BF: hue angle of 288.06º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900BF is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 0 191 -
CMYK 0.20 1 0 0.25
HSL 288.06º 1% 0.37% -
HSV(B) 288.06º 1% 0.75% -
XYZ 22.54 10.53 50.14 -
YUV 67.52 197.69 188.97 -
System Red Green Blue C M Y K H S L
Decimal 153 0 191 0.20 1 0 0.25 288.06 1 0.37
Hex 99 0 BF 14 64 0 19 120 64 25
Octal 231 0 277 24 144 0 31 440 144 45
Binary 10011001 0 10111111 10100 1100100 0 11001 100100000 1100100 100101

Color Harmonies of #9900BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9900BF

Black with #9900BF

Text Example


Text Example

White with #9900BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9900BF; }

 p { color: rgb(153,0,191); }

 H1.HeaderClassName
 {
   color: #9900BF;
 }
 .AnyTagClassName
 {
   color: #9900BF;
 }
</style>

background-color css

<style>
 a { background-color: #9900BF; }

 a { background-color: rgb(153,0,191); }

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

border-color css

<style>
 span { border-color: #9900BF; }

 span { border-color: rgb(153,0,191); }

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