Html Css Color HEX #9A80C7 Cold Purple

📋 copy color: '#9A80C7'

red 154 ◦ green 128 ◦ blue 199

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

Shades of Cold Purple #9A80C7

Tints of Cold Purple #9A80C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.37%

R = 32.02%
G = 26.61%
B = 41.37%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9A80C7 (or 0x9A80C7) is known color: Cold Purple. HEX triplet: 9A, 80 and C7. RGB value is (154,128,199). Sum of RGB (Red+Green+Blue) = 154+128+199=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #9A80C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80C7 is #657F38. Grayscale: #8F8F8F. Windows color (decimal): -6651705 or 13074586. OLE color: 13074586.

HSL color Cylindrical-coordinate representation of color #9A80C7: hue angle of 261.97º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A80C7 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 128 199 -
CMYK 0.23 0.36 0 0.22
HSL 261.97º 0.39% 0.64% -
HSV(B) 261.97º 0.36% 0.78% -
XYZ 31.35 26.43 57.48 -
YUV 143.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 154 128 199 0.23 0.36 0 0.22 261.97 0.39 0.64
Hex 9A 80 C7 17 24 0 16 106 27 40
Octal 232 200 307 27 44 0 26 406 47 100
Binary 10011010 10000000 11000111 10111 100100 0 10110 100000110 100111 1000000

Color Harmonies of #9A80C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A80C7

Black with #9A80C7

Text Example


Text Example

White with #9A80C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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