Html Css Color HEX #9907BA Dark Violet

📋 copy color: '#9907BA'

red 153 ◦ green 7 ◦ blue 186

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

Shades of Dark Violet #9907BA

Tints of Dark Violet #9907BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 44.22%
G = 2.02%
B = 53.76%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9907BA (or 0x9907BA) is known color: Dark Violet. HEX triplet: 99, 07 and BA. RGB value is (153,7,186). Sum of RGB (Red+Green+Blue) = 153+7+186=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #9907BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9907BA is #66F845. Grayscale: #464646. Windows color (decimal): -6748230 or 12191641. OLE color: 12191641.

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

Color convert

RGB 153 7 186 -
CMYK 0.18 0.96 0 0.27
HSL 288.94º 0.93% 0.38% -
HSV(B) 288.94º 0.96% 0.73% -
XYZ 22.08 10.47 47.31 -
YUV 71.06 192.87 186.45 -
System Red Green Blue C M Y K H S L
Decimal 153 7 186 0.18 0.96 0 0.27 288.94 0.93 0.38
Hex 99 7 BA 12 60 0 1B 121 5D 26
Octal 231 7 272 22 140 0 33 441 135 46
Binary 10011001 111 10111010 10010 1100000 0 11011 100100001 1011101 100110

Color Harmonies of #9907BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9907BA

Black with #9907BA

Text Example


Text Example

White with #9907BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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