Html Css Color HEX #9991BA Cold Purple

📋 copy color: '#9991BA'

red 153 ◦ green 145 ◦ blue 186

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

Shades of Cold Purple #9991BA

Tints of Cold Purple #9991BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.96%

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

R = 31.61%
G = 29.96%
B = 38.43%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9991BA (or 0x9991BA) is known color: Cold Purple. HEX triplet: 99, 91 and BA. RGB value is (153,145,186). Sum of RGB (Red+Green+Blue) = 153+145+186=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #9991BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991BA is #666E45. Grayscale: #979797. Windows color (decimal): -6712902 or 12226969. OLE color: 12226969.

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

Color convert

RGB 153 145 186 -
CMYK 0.18 0.22 0 0.27
HSL 251.71º 0.23% 0.65% -
HSV(B) 251.71º 0.22% 0.73% -
XYZ 32.13 30.57 50.66 -
YUV 152.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 153 145 186 0.18 0.22 0 0.27 251.71 0.23 0.65
Hex 99 91 BA 12 16 0 1B FC 17 41
Octal 231 221 272 22 26 0 33 374 27 101
Binary 10011001 10010001 10111010 10010 10110 0 11011 11111100 10111 1000001

Color Harmonies of #9991BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9991BA

Black with #9991BA

Text Example


Text Example

White with #9991BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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