Html Css Color HEX #9990B4 Cold Purple

📋 copy color: '#9990B4'

red 153 ◦ green 144 ◦ blue 180

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

Shades of Cold Purple #9990B4

Tints of Cold Purple #9990B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.74%

R = 32.08%
G = 30.19%
B = 37.74%

CMYK

 C value IS 0.15

 M value IS 0.2

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9990B4 (or 0x9990B4) is known color: Cold Purple. HEX triplet: 99, 90 and B4. RGB value is (153,144,180). Sum of RGB (Red+Green+Blue) = 153+144+180=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #9990B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990B4 is #666F4B. Grayscale: #969696. Windows color (decimal): -6713164 or 11833497. OLE color: 11833497.

HSL color Cylindrical-coordinate representation of color #9990B4: hue angle of 255º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9990B4 is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 144 180 -
CMYK 0.15 0.2 0 0.29
HSL 255º 0.19% 0.64% -
HSV(B) 255º 0.2% 0.71% -
XYZ 31.35 30.01 47.32 -
YUV 150.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 153 144 180 0.15 0.2 0 0.29 255 0.19 0.64
Hex 99 90 B4 F 14 0 1D FF 13 40
Octal 231 220 264 17 24 0 35 377 23 100
Binary 10011001 10010000 10110100 1111 10100 0 11101 11111111 10011 1000000

Color Harmonies of #9990B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9990B4

Black with #9990B4

Text Example


Text Example

White with #9990B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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