Html Css Color HEX #9980CB Cold Purple

📋 copy color: '#9980CB'

red 153 ◦ green 128 ◦ blue 203

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

Shades of Cold Purple #9980CB

Tints of Cold Purple #9980CB

RGB

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

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

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

R = 31.61%
G = 26.45%
B = 41.94%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9980CB (or 0x9980CB) is known color: Cold Purple. HEX triplet: 99, 80 and CB. RGB value is (153,128,203). Sum of RGB (Red+Green+Blue) = 153+128+203=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #9980CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980CB is #667F34. Grayscale: #8F8F8F. Windows color (decimal): -6717237 or 13336729. OLE color: 13336729.

HSL color Cylindrical-coordinate representation of color #9980CB: hue angle of 260º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9980CB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 128 203 -
CMYK 0.25 0.37 0 0.20
HSL 260º 0.42% 0.65% -
HSV(B) 260º 0.37% 0.8% -
XYZ 31.64 26.52 59.95 -
YUV 144.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 153 128 203 0.25 0.37 0 0.20 260 0.42 0.65
Hex 99 80 CB 19 25 0 14 104 2A 41
Octal 231 200 313 31 45 0 24 404 52 101
Binary 10011001 10000000 11001011 11001 100101 0 10100 100000100 101010 1000001

Color Harmonies of #9980CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9980CB

Black with #9980CB

Text Example


Text Example

White with #9980CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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