Html Css Color HEX #9880CA Cold Purple

📋 copy color: '#9880CA'

red 152 ◦ green 128 ◦ blue 202

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

Shades of Cold Purple #9880CA

Tints of Cold Purple #9880CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 31.54%
G = 26.56%
B = 41.91%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9880CA (or 0x9880CA) is known color: Cold Purple. HEX triplet: 98, 80 and CA. RGB value is (152,128,202). Sum of RGB (Red+Green+Blue) = 152+128+202=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #9880CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880CA is #677F35. Grayscale: #8F8F8F. Windows color (decimal): -6782774 or 13271192. OLE color: 13271192.

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

Color convert

RGB 152 128 202 -
CMYK 0.25 0.37 0 0.21
HSL 259.46º 0.41% 0.65% -
HSV(B) 259.46º 0.37% 0.79% -
XYZ 31.33 26.38 59.32 -
YUV 143.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 152 128 202 0.25 0.37 0 0.21 259.46 0.41 0.65
Hex 98 80 CA 19 25 0 15 103 29 41
Octal 230 200 312 31 45 0 25 403 51 101
Binary 10011000 10000000 11001010 11001 100101 0 10101 100000011 101001 1000001

Color Harmonies of #9880CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880CA

Black with #9880CA

Text Example


Text Example

White with #9880CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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