Html Css Color HEX #9882CA Cold Purple

📋 copy color: '#9882CA'

red 152 ◦ green 130 ◦ blue 202

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

Shades of Cold Purple #9882CA

Tints of Cold Purple #9882CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.86%

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

R = 31.4%
G = 26.86%
B = 41.74%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9882CA (or 0x9882CA) is known color: Cold Purple. HEX triplet: 98, 82 and CA. RGB value is (152,130,202). Sum of RGB (Red+Green+Blue) = 152+130+202=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #9882CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882CA is #677D35. Grayscale: #909090. Windows color (decimal): -6782262 or 13271704. OLE color: 13271704.

HSL color Cylindrical-coordinate representation of color #9882CA: hue angle of 258.33º 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 #9882CA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 130 202 -
CMYK 0.25 0.36 0 0.21
HSL 258.33º 0.4% 0.65% -
HSV(B) 258.33º 0.36% 0.79% -
XYZ 31.59 26.9 59.41 -
YUV 144.79 160.29 133.15 -
System Red Green Blue C M Y K H S L
Decimal 152 130 202 0.25 0.36 0 0.21 258.33 0.4 0.65
Hex 98 82 CA 19 24 0 15 102 28 41
Octal 230 202 312 31 44 0 25 402 50 101
Binary 10011000 10000010 11001010 11001 100100 0 10101 100000010 101000 1000001

Color Harmonies of #9882CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882CA

Black with #9882CA

Text Example


Text Example

White with #9882CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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