Html Css Color HEX #9882BE Cold Purple

📋 copy color: '#9882BE'

red 152 ◦ green 130 ◦ blue 190

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

Shades of Cold Purple #9882BE

Tints of Cold Purple #9882BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 32.2%
G = 27.54%
B = 40.25%

CMYK

 C value IS 0.2

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9882BE (or 0x9882BE) is known color: Cold Purple. HEX triplet: 98, 82 and BE. RGB value is (152,130,190). Sum of RGB (Red+Green+Blue) = 152+130+190=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9882BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882BE is #677D41. Grayscale: #8F8F8F. Windows color (decimal): -6782274 or 12485272. OLE color: 12485272.

HSL color Cylindrical-coordinate representation of color #9882BE: hue angle of 262º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9882BE is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 130 190 -
CMYK 0.2 0.32 0 0.25
HSL 262º 0.32% 0.63% -
HSV(B) 262º 0.32% 0.75% -
XYZ 30.23 26.36 52.21 -
YUV 143.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 152 130 190 0.2 0.32 0 0.25 262 0.32 0.63
Hex 98 82 BE 14 20 0 19 106 20 3F
Octal 230 202 276 24 40 0 31 406 40 77
Binary 10011000 10000010 10111110 10100 100000 0 11001 100000110 100000 111111

Color Harmonies of #9882BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882BE

Black with #9882BE

Text Example


Text Example

White with #9882BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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