Html Css Color HEX #9991BC Cold Purple

📋 copy color: '#9991BC'

red 153 ◦ green 145 ◦ blue 188

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

Shades of Cold Purple #9991BC

Tints of Cold Purple #9991BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 31.48%
G = 29.84%
B = 38.68%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9991BC (or 0x9991BC) is known color: Cold Purple. HEX triplet: 99, 91 and BC. RGB value is (153,145,188). Sum of RGB (Red+Green+Blue) = 153+145+188=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #9991BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991BC is #666E43. Grayscale: #989898. Windows color (decimal): -6712900 or 12358041. OLE color: 12358041.

HSL color Cylindrical-coordinate representation of color #9991BC: hue angle of 251.16º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9991BC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 145 188 -
CMYK 0.19 0.23 0 0.26
HSL 251.16º 0.24% 0.65% -
HSV(B) 251.16º 0.23% 0.74% -
XYZ 32.34 30.65 51.79 -
YUV 152.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 153 145 188 0.19 0.23 0 0.26 251.16 0.24 0.65
Hex 99 91 BC 13 17 0 1A FB 18 41
Octal 231 221 274 23 27 0 32 373 30 101
Binary 10011001 10010001 10111100 10011 10111 0 11010 11111011 11000 1000001

Color Harmonies of #9991BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9991BC

Black with #9991BC

Text Example


Text Example

White with #9991BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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