Html Css Color HEX #9990BF Cold Purple

📋 copy color: '#9990BF'

red 153 ◦ green 144 ◦ blue 191

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

Shades of Cold Purple #9990BF

Tints of Cold Purple #9990BF

RGB

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

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

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

R = 31.35%
G = 29.51%
B = 39.14%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9990BF (or 0x9990BF) is known color: Cold Purple. HEX triplet: 99, 90 and BF. RGB value is (153,144,191). Sum of RGB (Red+Green+Blue) = 153+144+191=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #9990BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990BF is #666F40. Grayscale: #979797. Windows color (decimal): -6713153 or 12554393. OLE color: 12554393.

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

Color convert

RGB 153 144 191 -
CMYK 0.20 0.25 0 0.25
HSL 251.49º 0.27% 0.66% -
HSV(B) 251.49º 0.25% 0.75% -
XYZ 32.51 30.48 53.46 -
YUV 152.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 153 144 191 0.20 0.25 0 0.25 251.49 0.27 0.66
Hex 99 90 BF 14 19 0 19 FB 1B 42
Octal 231 220 277 24 31 0 31 373 33 102
Binary 10011001 10010000 10111111 10100 11001 0 11001 11111011 11011 1000010

Color Harmonies of #9990BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9990BF

Black with #9990BF

Text Example


Text Example

White with #9990BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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