Html Css Color HEX #9882CC Cold Purple

📋 copy color: '#9882CC'

red 152 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #9882CC

Tints of Cold Purple #9882CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 31.28%
G = 26.75%
B = 41.98%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9882CC (or 0x9882CC) is known color: Cold Purple. HEX triplet: 98, 82 and CC. RGB value is (152,130,204). Sum of RGB (Red+Green+Blue) = 152+130+204=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #9882CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882CC is #677D33. Grayscale: #909090. Windows color (decimal): -6782260 or 13402776. OLE color: 13402776.

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

Color convert

RGB 152 130 204 -
CMYK 0.25 0.36 0 0.2
HSL 257.84º 0.42% 0.65% -
HSV(B) 257.84º 0.36% 0.8% -
XYZ 31.83 27 60.66 -
YUV 145.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 152 130 204 0.25 0.36 0 0.2 257.84 0.42 0.65
Hex 98 82 CC 19 24 0 14 102 2A 41
Octal 230 202 314 31 44 0 24 402 52 101
Binary 10011000 10000010 11001100 11001 100100 0 10100 100000010 101010 1000001

Color Harmonies of #9882CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882CC

Black with #9882CC

Text Example


Text Example

White with #9882CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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