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

📋 copy color: '#957ABC'

red 149 ◦ green 122 ◦ blue 188

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

Shades of Purple Mountain's Majesty #957ABC

Tints of Purple Mountain's Majesty #957ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 32.46%
G = 26.58%
B = 40.96%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#957ABC (or 0x957ABC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7A and BC. RGB value is (149,122,188). Sum of RGB (Red+Green+Blue) = 149+122+188=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #957ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ABC is #6A8543. Grayscale: #898989. Windows color (decimal): -6980932 or 12352149. OLE color: 12352149.

HSL color Cylindrical-coordinate representation of color #957ABC: hue angle of 264.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957ABC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 122 188 -
CMYK 0.21 0.35 0 0.26
HSL 264.55º 0.33% 0.61% -
HSV(B) 264.55º 0.35% 0.74% -
XYZ 28.43 23.94 50.7 -
YUV 137.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 149 122 188 0.21 0.35 0 0.26 264.55 0.33 0.61
Hex 95 7A BC 15 23 0 1A 109 21 3D
Octal 225 172 274 25 43 0 32 411 41 75
Binary 10010101 1111010 10111100 10101 100011 0 11010 100001001 100001 111101

Color Harmonies of #957ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957ABC

Black with #957ABC

Text Example


Text Example

White with #957ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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