Html Css Color HEX #9780B5 Purple Mountain's Majesty

📋 copy color: '#9780B5'

red 151 ◦ green 128 ◦ blue 181

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

Shades of Purple Mountain's Majesty #9780B5

Tints of Purple Mountain's Majesty #9780B5

RGB

 RED value IS 151 (59.38% from 255) = 32.83%

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

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 32.83%
G = 27.83%
B = 39.35%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9780B5 (or 0x9780B5) is known color: Purple Mountain's Majesty. HEX triplet: 97, 80 and B5. RGB value is (151,128,181). Sum of RGB (Red+Green+Blue) = 151+128+181=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #9780B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780B5 is #687F4A. Grayscale: #8C8C8C. Windows color (decimal): -6848331 or 11894935. OLE color: 11894935.

HSL color Cylindrical-coordinate representation of color #9780B5: hue angle of 266.04º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9780B5 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 128 181 -
CMYK 0.17 0.29 0 0.29
HSL 266.04º 0.26% 0.61% -
HSV(B) 266.04º 0.29% 0.71% -
XYZ 28.82 25.35 47.09 -
YUV 140.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 151 128 181 0.17 0.29 0 0.29 266.04 0.26 0.61
Hex 97 80 B5 11 1D 0 1D 10A 1A 3D
Octal 227 200 265 21 35 0 35 412 32 75
Binary 10010111 10000000 10110101 10001 11101 0 11101 100001010 11010 111101

Color Harmonies of #9780B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9780B5

Black with #9780B5

Text Example


Text Example

White with #9780B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9780B5; }

 p { color: rgb(151,128,181); }

 H1.HeaderClassName
 {
   color: #9780B5;
 }
 .AnyTagClassName
 {
   color: #9780B5;
 }
</style>

background-color css

<style>
 a { background-color: #9780B5; }

 a { background-color: rgb(151,128,181); }

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

border-color css

<style>
 span { border-color: #9780B5; }

 span { border-color: rgb(151,128,181); }

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