Html Css Color HEX #9882BC Cold Purple

📋 copy color: '#9882BC'

red 152 ◦ green 130 ◦ blue 188

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

Shades of Cold Purple #9882BC

Tints of Cold Purple #9882BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 32.34%
G = 27.66%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9882BC (or 0x9882BC) is known color: Cold Purple. HEX triplet: 98, 82 and BC. RGB value is (152,130,188). Sum of RGB (Red+Green+Blue) = 152+130+188=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9882BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882BC is #677D43. Grayscale: #8E8E8E. Windows color (decimal): -6782276 or 12354200. OLE color: 12354200.

HSL color Cylindrical-coordinate representation of color #9882BC: hue angle of 262.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9882BC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 130 188 -
CMYK 0.19 0.31 0 0.26
HSL 262.76º 0.3% 0.62% -
HSV(B) 262.76º 0.31% 0.74% -
XYZ 30.01 26.27 51.07 -
YUV 143.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 152 130 188 0.19 0.31 0 0.26 262.76 0.3 0.62
Hex 98 82 BC 13 1F 0 1A 107 1E 3E
Octal 230 202 274 23 37 0 32 407 36 76
Binary 10011000 10000010 10111100 10011 11111 0 11010 100000111 11110 111110

Color Harmonies of #9882BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882BC

Black with #9882BC

Text Example


Text Example

White with #9882BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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