Html Css Color HEX #9882BB Cold Purple

📋 copy color: '#9882BB'

red 152 ◦ green 130 ◦ blue 187

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

Shades of Cold Purple #9882BB

Tints of Cold Purple #9882BB

RGB

 RED value IS 152 (59.77% from 255) = 32.41%

 GREEN value IS 130 (51.17% from 255) = 27.72%

 BLUE value IS 187 (73.44% from 255) = 39.87%

R = 32.41%
G = 27.72%
B = 39.87%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9882BB (or 0x9882BB) is known color: Cold Purple. HEX triplet: 98, 82 and BB. RGB value is (152,130,187). Sum of RGB (Red+Green+Blue) = 152+130+187=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9882BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882BB is #677D44. Grayscale: #8E8E8E. Windows color (decimal): -6782277 or 12288664. OLE color: 12288664.

HSL color Cylindrical-coordinate representation of color #9882BB: hue angle of 263.16º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9882BB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 130 187 -
CMYK 0.19 0.30 0 0.27
HSL 263.16º 0.3% 0.62% -
HSV(B) 263.16º 0.3% 0.73% -
XYZ 29.9 26.23 50.5 -
YUV 143.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 152 130 187 0.19 0.30 0 0.27 263.16 0.3 0.62
Hex 98 82 BB 13 1E 0 1B 107 1E 3E
Octal 230 202 273 23 36 0 33 407 36 76
Binary 10011000 10000010 10111011 10011 11110 0 11011 100000111 11110 111110

Color Harmonies of #9882BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882BB

Black with #9882BB

Text Example


Text Example

White with #9882BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9882BB; }

 p { color: rgb(152,130,187); }

 H1.HeaderClassName
 {
   color: #9882BB;
 }
 .AnyTagClassName
 {
   color: #9882BB;
 }
</style>

background-color css

<style>
 a { background-color: #9882BB; }

 a { background-color: rgb(152,130,187); }

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

border-color css

<style>
 span { border-color: #9882BB; }

 span { border-color: rgb(152,130,187); }

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