Html Css Color HEX #9A80BE Cold Purple

📋 copy color: '#9A80BE'

red 154 ◦ green 128 ◦ blue 190

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

Shades of Cold Purple #9A80BE

Tints of Cold Purple #9A80BE

RGB

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

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

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

R = 32.63%
G = 27.12%
B = 40.25%

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

#9A80BE (or 0x9A80BE) is known color: Cold Purple. HEX triplet: 9A, 80 and BE. RGB value is (154,128,190). Sum of RGB (Red+Green+Blue) = 154+128+190=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80BE is #657F41. Grayscale: #8E8E8E. Windows color (decimal): -6651714 or 12484762. OLE color: 12484762.

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

Color convert

RGB 154 128 190 -
CMYK 0.19 0.33 0 0.25
HSL 265.16º 0.32% 0.62% -
HSV(B) 265.16º 0.33% 0.75% -
XYZ 30.34 26.03 52.14 -
YUV 142.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 154 128 190 0.19 0.33 0 0.25 265.16 0.32 0.62
Hex 9A 80 BE 13 21 0 19 109 20 3E
Octal 232 200 276 23 41 0 31 411 40 76
Binary 10011010 10000000 10111110 10011 100001 0 11001 100001001 100000 111110

Color Harmonies of #9A80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A80BE

Black with #9A80BE

Text Example


Text Example

White with #9A80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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