Html Css Color HEX #9881BB Cold Purple

📋 copy color: '#9881BB'

red 152 ◦ green 129 ◦ blue 187

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

Shades of Cold Purple #9881BB

Tints of Cold Purple #9881BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

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

R = 32.48%
G = 27.56%
B = 39.96%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9881BB (or 0x9881BB) is known color: Cold Purple. HEX triplet: 98, 81 and BB. RGB value is (152,129,187). Sum of RGB (Red+Green+Blue) = 152+129+187=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #9881BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881BB is #677E44. Grayscale: #8E8E8E. Windows color (decimal): -6782533 or 12288408. OLE color: 12288408.

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

Color convert

RGB 152 129 187 -
CMYK 0.19 0.31 0 0.27
HSL 263.79º 0.3% 0.62% -
HSV(B) 263.79º 0.31% 0.73% -
XYZ 29.77 25.96 50.46 -
YUV 142.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 152 129 187 0.19 0.31 0 0.27 263.79 0.3 0.62
Hex 98 81 BB 13 1F 0 1B 108 1E 3E
Octal 230 201 273 23 37 0 33 410 36 76
Binary 10011000 10000001 10111011 10011 11111 0 11011 100001000 11110 111110

Color Harmonies of #9881BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9881BB

Black with #9881BB

Text Example


Text Example

White with #9881BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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