Html Css Color HEX #9880BC Cold Purple

📋 copy color: '#9880BC'

red 152 ◦ green 128 ◦ blue 188

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

Shades of Cold Purple #9880BC

Tints of Cold Purple #9880BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 32.48%
G = 27.35%
B = 40.17%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9880BC (or 0x9880BC) is known color: Cold Purple. HEX triplet: 98, 80 and BC. RGB value is (152,128,188). Sum of RGB (Red+Green+Blue) = 152+128+188=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #9880BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880BC is #677F43. Grayscale: #8D8D8D. Windows color (decimal): -6782788 or 12353688. OLE color: 12353688.

HSL color Cylindrical-coordinate representation of color #9880BC: hue angle of 264º degrees, saturation: 0.31, 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 #9880BC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 128 188 -
CMYK 0.19 0.32 0 0.26
HSL 264º 0.31% 0.62% -
HSV(B) 264º 0.32% 0.74% -
XYZ 29.75 25.74 50.98 -
YUV 142.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 152 128 188 0.19 0.32 0 0.26 264 0.31 0.62
Hex 98 80 BC 13 20 0 1A 108 1F 3E
Octal 230 200 274 23 40 0 32 410 37 76
Binary 10011000 10000000 10111100 10011 100000 0 11010 100001000 11111 111110

Color Harmonies of #9880BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880BC

Black with #9880BC

Text Example


Text Example

White with #9880BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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