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

📋 copy color: '#957ABB'

red 149 ◦ green 122 ◦ blue 187

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

Shades of Purple Mountain's Majesty #957ABB

Tints of Purple Mountain's Majesty #957ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 32.53%
G = 26.64%
B = 40.83%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#957ABB (or 0x957ABB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7A and BB. RGB value is (149,122,187). Sum of RGB (Red+Green+Blue) = 149+122+187=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #957ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ABB is #6A8544. Grayscale: #898989. Windows color (decimal): -6980933 or 12286613. OLE color: 12286613.

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

Color convert

RGB 149 122 187 -
CMYK 0.20 0.35 0 0.27
HSL 264.92º 0.32% 0.61% -
HSV(B) 264.92º 0.35% 0.73% -
XYZ 28.32 23.9 50.13 -
YUV 137.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 149 122 187 0.20 0.35 0 0.27 264.92 0.32 0.61
Hex 95 7A BB 14 23 0 1B 109 20 3D
Octal 225 172 273 24 43 0 33 411 40 75
Binary 10010101 1111010 10111011 10100 100011 0 11011 100001001 100000 111101

Color Harmonies of #957ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957ABB

Black with #957ABB

Text Example


Text Example

White with #957ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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