Html Css Color HEX #957ABA Purple Mountain's Majesty

📋 copy color: '#957ABA'

red 149 ◦ green 122 ◦ blue 186

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

Shades of Purple Mountain's Majesty #957ABA

Tints of Purple Mountain's Majesty #957ABA

RGB

 RED value IS 149 (58.59% from 255) = 32.6%

 GREEN value IS 122 (48.05% from 255) = 26.7%

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 32.6%
G = 26.7%
B = 40.7%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#957ABA (or 0x957ABA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7A and BA. RGB value is (149,122,186). Sum of RGB (Red+Green+Blue) = 149+122+186=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #957ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ABA is #6A8545. Grayscale: #898989. Windows color (decimal): -6980934 or 12221077. OLE color: 12221077.

HSL color Cylindrical-coordinate representation of color #957ABA: hue angle of 265.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #957ABA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 122 186 -
CMYK 0.20 0.34 0 0.27
HSL 265.31º 0.32% 0.6% -
HSV(B) 265.31º 0.34% 0.73% -
XYZ 28.22 23.85 49.57 -
YUV 137.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 149 122 186 0.20 0.34 0 0.27 265.31 0.32 0.6
Hex 95 7A BA 14 22 0 1B 109 20 3C
Octal 225 172 272 24 42 0 33 411 40 74
Binary 10010101 1111010 10111010 10100 100010 0 11011 100001001 100000 111100

Color Harmonies of #957ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957ABA

Black with #957ABA

Text Example


Text Example

White with #957ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957ABA; }

 p { color: rgb(149,122,186); }

 H1.HeaderClassName
 {
   color: #957ABA;
 }
 .AnyTagClassName
 {
   color: #957ABA;
 }
</style>

background-color css

<style>
 a { background-color: #957ABA; }

 a { background-color: rgb(149,122,186); }

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

border-color css

<style>
 span { border-color: #957ABA; }

 span { border-color: rgb(149,122,186); }

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