Html Css Color HEX #9A80CB Cold Purple

📋 copy color: '#9A80CB'

red 154 ◦ green 128 ◦ blue 203

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

Shades of Cold Purple #9A80CB

Tints of Cold Purple #9A80CB

RGB

 RED value IS 154 (60.55% from 255) = 31.75%

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

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

R = 31.75%
G = 26.39%
B = 41.86%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A80CB (or 0x9A80CB) is known color: Cold Purple. HEX triplet: 9A, 80 and CB. RGB value is (154,128,203). Sum of RGB (Red+Green+Blue) = 154+128+203=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80CB is #657F34. Grayscale: #909090. Windows color (decimal): -6651701 or 13336730. OLE color: 13336730.

HSL color Cylindrical-coordinate representation of color #9A80CB: hue angle of 260.8º 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 #9A80CB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 128 203 -
CMYK 0.24 0.37 0 0.20
HSL 260.8º 0.42% 0.65% -
HSV(B) 260.8º 0.37% 0.8% -
XYZ 31.83 26.62 59.96 -
YUV 144.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 154 128 203 0.24 0.37 0 0.20 260.8 0.42 0.65
Hex 9A 80 CB 18 25 0 14 105 2A 41
Octal 232 200 313 30 45 0 24 405 52 101
Binary 10011010 10000000 11001011 11000 100101 0 10100 100000101 101010 1000001

Color Harmonies of #9A80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A80CB

Black with #9A80CB

Text Example


Text Example

White with #9A80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A80CB; }

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

 H1.HeaderClassName
 {
   color: #9A80CB;
 }
 .AnyTagClassName
 {
   color: #9A80CB;
 }
</style>

background-color css

<style>
 a { background-color: #9A80CB; }

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

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

border-color css

<style>
 span { border-color: #9A80CB; }

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

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