Html Css Color HEX #9882CB Cold Purple

📋 copy color: '#9882CB'

red 152 ◦ green 130 ◦ blue 203

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

Shades of Cold Purple #9882CB

Tints of Cold Purple #9882CB

RGB

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

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

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

R = 31.34%
G = 26.8%
B = 41.86%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9882CB (or 0x9882CB) is known color: Cold Purple. HEX triplet: 98, 82 and CB. RGB value is (152,130,203). Sum of RGB (Red+Green+Blue) = 152+130+203=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #9882CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882CB is #677D34. Grayscale: #909090. Windows color (decimal): -6782261 or 13337240. OLE color: 13337240.

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

Color convert

RGB 152 130 203 -
CMYK 0.25 0.36 0 0.20
HSL 258.08º 0.41% 0.65% -
HSV(B) 258.08º 0.36% 0.8% -
XYZ 31.71 26.95 60.03 -
YUV 144.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 152 130 203 0.25 0.36 0 0.20 258.08 0.41 0.65
Hex 98 82 CB 19 24 0 14 102 29 41
Octal 230 202 313 31 44 0 24 402 51 101
Binary 10011000 10000010 11001011 11001 100100 0 10100 100000010 101001 1000001

Color Harmonies of #9882CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882CB

Black with #9882CB

Text Example


Text Example

White with #9882CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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