Html Css Color HEX #9A80CE Cold Purple

📋 copy color: '#9A80CE'

red 154 ◦ green 128 ◦ blue 206

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

Shades of Cold Purple #9A80CE

Tints of Cold Purple #9A80CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 31.56%
G = 26.23%
B = 42.21%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A80CE (or 0x9A80CE) is known color: Cold Purple. HEX triplet: 9A, 80 and CE. RGB value is (154,128,206). Sum of RGB (Red+Green+Blue) = 154+128+206=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A80CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80CE is #657F31. Grayscale: #909090. Windows color (decimal): -6651698 or 13533338. OLE color: 13533338.

HSL color Cylindrical-coordinate representation of color #9A80CE: hue angle of 260º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A80CE is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 128 206 -
CMYK 0.25 0.38 0 0.19
HSL 260º 0.44% 0.65% -
HSV(B) 260º 0.38% 0.81% -
XYZ 32.19 26.76 61.86 -
YUV 144.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 154 128 206 0.25 0.38 0 0.19 260 0.44 0.65
Hex 9A 80 CE 19 26 0 13 104 2C 41
Octal 232 200 316 31 46 0 23 404 54 101
Binary 10011010 10000000 11001110 11001 100110 0 10011 100000100 101100 1000001

Color Harmonies of #9A80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A80CE

Black with #9A80CE

Text Example


Text Example

White with #9A80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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