Html Css Color HEX #9880CB Cold Purple

📋 copy color: '#9880CB'

red 152 ◦ green 128 ◦ blue 203

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

Shades of Cold Purple #9880CB

Tints of Cold Purple #9880CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 31.47%
G = 26.5%
B = 42.03%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9880CB (or 0x9880CB) is known color: Cold Purple. HEX triplet: 98, 80 and CB. RGB value is (152,128,203). Sum of RGB (Red+Green+Blue) = 152+128+203=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9880CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880CB is #677F34. Grayscale: #8F8F8F. Windows color (decimal): -6782773 or 13336728. OLE color: 13336728.

HSL color Cylindrical-coordinate representation of color #9880CB: hue angle of 259.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9880CB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 128 203 -
CMYK 0.25 0.37 0 0.20
HSL 259.2º 0.42% 0.65% -
HSV(B) 259.2º 0.37% 0.8% -
XYZ 31.45 26.43 59.94 -
YUV 143.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 152 128 203 0.25 0.37 0 0.20 259.2 0.42 0.65
Hex 98 80 CB 19 25 0 14 103 2A 41
Octal 230 200 313 31 45 0 24 403 52 101
Binary 10011000 10000000 11001011 11001 100101 0 10100 100000011 101010 1000001

Color Harmonies of #9880CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880CB

Black with #9880CB

Text Example


Text Example

White with #9880CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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