Html Css Color HEX #9880BD Cold Purple

📋 copy color: '#9880BD'

red 152 ◦ green 128 ◦ blue 189

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

Shades of Cold Purple #9880BD

Tints of Cold Purple #9880BD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 32.41%
G = 27.29%
B = 40.3%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9880BD (or 0x9880BD) is known color: Cold Purple. HEX triplet: 98, 80 and BD. RGB value is (152,128,189). Sum of RGB (Red+Green+Blue) = 152+128+189=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #9880BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880BD is #677F42. Grayscale: #8D8D8D. Windows color (decimal): -6782787 or 12419224. OLE color: 12419224.

HSL color Cylindrical-coordinate representation of color #9880BD: hue angle of 263.61º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9880BD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 128 189 -
CMYK 0.20 0.32 0 0.26
HSL 263.61º 0.32% 0.62% -
HSV(B) 263.61º 0.32% 0.74% -
XYZ 29.85 25.79 51.55 -
YUV 142.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 152 128 189 0.20 0.32 0 0.26 263.61 0.32 0.62
Hex 98 80 BD 14 20 0 1A 108 20 3E
Octal 230 200 275 24 40 0 32 410 40 76
Binary 10011000 10000000 10111101 10100 100000 0 11010 100001000 100000 111110

Color Harmonies of #9880BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880BD

Black with #9880BD

Text Example


Text Example

White with #9880BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9880BD; }

 p { color: rgb(152,128,189); }

 H1.HeaderClassName
 {
   color: #9880BD;
 }
 .AnyTagClassName
 {
   color: #9880BD;
 }
</style>

background-color css

<style>
 a { background-color: #9880BD; }

 a { background-color: rgb(152,128,189); }

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

border-color css

<style>
 span { border-color: #9880BD; }

 span { border-color: rgb(152,128,189); }

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