Html Css Color HEX #9880BE Cold Purple

📋 copy color: '#9880BE'

red 152 ◦ green 128 ◦ blue 190

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

Shades of Cold Purple #9880BE

Tints of Cold Purple #9880BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.23%

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

R = 32.34%
G = 27.23%
B = 40.43%

CMYK

 C value IS 0.2

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9880BE (or 0x9880BE) is known color: Cold Purple. HEX triplet: 98, 80 and BE. RGB value is (152,128,190). Sum of RGB (Red+Green+Blue) = 152+128+190=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #9880BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880BE is #677F41. Grayscale: #8E8E8E. Windows color (decimal): -6782786 or 12484760. OLE color: 12484760.

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

Color convert

RGB 152 128 190 -
CMYK 0.2 0.33 0 0.25
HSL 263.23º 0.32% 0.62% -
HSV(B) 263.23º 0.33% 0.75% -
XYZ 29.96 25.83 52.12 -
YUV 142.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 152 128 190 0.2 0.33 0 0.25 263.23 0.32 0.62
Hex 98 80 BE 14 21 0 19 107 20 3E
Octal 230 200 276 24 41 0 31 407 40 76
Binary 10011000 10000000 10111110 10100 100001 0 11001 100000111 100000 111110

Color Harmonies of #9880BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880BE

Black with #9880BE

Text Example


Text Example

White with #9880BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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