Html Css Color HEX #9880C9 Cold Purple

📋 copy color: '#9880C9'

red 152 ◦ green 128 ◦ blue 201

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

Shades of Cold Purple #9880C9

Tints of Cold Purple #9880C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 31.6%
G = 26.61%
B = 41.79%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9880C9 (or 0x9880C9) is known color: Cold Purple. HEX triplet: 98, 80 and C9. RGB value is (152,128,201). Sum of RGB (Red+Green+Blue) = 152+128+201=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #9880C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880C9 is #677F36. Grayscale: #8F8F8F. Windows color (decimal): -6782775 or 13205656. OLE color: 13205656.

HSL color Cylindrical-coordinate representation of color #9880C9: hue angle of 259.73º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9880C9 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 128 201 -
CMYK 0.24 0.36 0 0.21
HSL 259.73º 0.4% 0.65% -
HSV(B) 259.73º 0.36% 0.79% -
XYZ 31.21 26.33 58.7 -
YUV 143.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 152 128 201 0.24 0.36 0 0.21 259.73 0.4 0.65
Hex 98 80 C9 18 24 0 15 104 28 41
Octal 230 200 311 30 44 0 25 404 50 101
Binary 10011000 10000000 11001001 11000 100100 0 10101 100000100 101000 1000001

Color Harmonies of #9880C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880C9

Black with #9880C9

Text Example


Text Example

White with #9880C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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