Html Css Color HEX #9990BC Cold Purple

📋 copy color: '#9990BC'

red 153 ◦ green 144 ◦ blue 188

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

Shades of Cold Purple #9990BC

Tints of Cold Purple #9990BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.69%

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

R = 31.55%
G = 29.69%
B = 38.76%

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

#9990BC (or 0x9990BC) is known color: Cold Purple. HEX triplet: 99, 90 and BC. RGB value is (153,144,188). Sum of RGB (Red+Green+Blue) = 153+144+188=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #9990BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990BC is #666F43. Grayscale: #979797. Windows color (decimal): -6713156 or 12357785. OLE color: 12357785.

HSL color Cylindrical-coordinate representation of color #9990BC: hue angle of 252.27º degrees, saturation: 0.25, 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 #9990BC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 144 188 -
CMYK 0.19 0.23 0 0.26
HSL 252.27º 0.25% 0.65% -
HSV(B) 252.27º 0.23% 0.74% -
XYZ 32.19 30.35 51.74 -
YUV 151.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 153 144 188 0.19 0.23 0 0.26 252.27 0.25 0.65
Hex 99 90 BC 13 17 0 1A FC 19 41
Octal 231 220 274 23 27 0 32 374 31 101
Binary 10011001 10010000 10111100 10011 10111 0 11010 11111100 11001 1000001

Color Harmonies of #9990BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9990BC

Black with #9990BC

Text Example


Text Example

White with #9990BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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