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

📋 copy color: '#957BBA'

red 149 ◦ green 123 ◦ blue 186

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

Shades of Purple Mountain's Majesty #957BBA

Tints of Purple Mountain's Majesty #957BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.86%

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

R = 32.53%
G = 26.86%
B = 40.61%

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

#957BBA (or 0x957BBA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7B and BA. RGB value is (149,123,186). Sum of RGB (Red+Green+Blue) = 149+123+186=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #957BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BBA is #6A8445. Grayscale: #898989. Windows color (decimal): -6980678 or 12221333. OLE color: 12221333.

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

Color convert

RGB 149 123 186 -
CMYK 0.20 0.34 0 0.27
HSL 264.76º 0.31% 0.61% -
HSV(B) 264.76º 0.34% 0.73% -
XYZ 28.34 24.1 49.61 -
YUV 137.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 149 123 186 0.20 0.34 0 0.27 264.76 0.31 0.61
Hex 95 7B BA 14 22 0 1B 109 1F 3D
Octal 225 173 272 24 42 0 33 411 37 75
Binary 10010101 1111011 10111010 10100 100010 0 11011 100001001 11111 111101

Color Harmonies of #957BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BBA

Black with #957BBA

Text Example


Text Example

White with #957BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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