Html Css Color HEX #9980BE Cold Purple

📋 copy color: '#9980BE'

red 153 ◦ green 128 ◦ blue 190

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

Shades of Cold Purple #9980BE

Tints of Cold Purple #9980BE

RGB

 RED value IS 153 (60.16% from 255) = 32.48%

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

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

R = 32.48%
G = 27.18%
B = 40.34%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9980BE (or 0x9980BE) is known color: Cold Purple. HEX triplet: 99, 80 and BE. RGB value is (153,128,190). Sum of RGB (Red+Green+Blue) = 153+128+190=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9980BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980BE is #667F41. Grayscale: #8E8E8E. Windows color (decimal): -6717250 or 12484761. OLE color: 12484761.

HSL color Cylindrical-coordinate representation of color #9980BE: hue angle of 264.19º 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 #9980BE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 128 190 -
CMYK 0.19 0.33 0 0.25
HSL 264.19º 0.32% 0.62% -
HSV(B) 264.19º 0.33% 0.75% -
XYZ 30.15 25.93 52.13 -
YUV 142.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 153 128 190 0.19 0.33 0 0.25 264.19 0.32 0.62
Hex 99 80 BE 13 21 0 19 108 20 3E
Octal 231 200 276 23 41 0 31 410 40 76
Binary 10011001 10000000 10111110 10011 100001 0 11001 100001000 100000 111110

Color Harmonies of #9980BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9980BE

Black with #9980BE

Text Example


Text Example

White with #9980BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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