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

📋 copy color: '#957BBB'

red 149 ◦ green 123 ◦ blue 187

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

Shades of Purple Mountain's Majesty #957BBB

Tints of Purple Mountain's Majesty #957BBB

RGB

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

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

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

R = 32.46%
G = 26.8%
B = 40.74%

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

#957BBB (or 0x957BBB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7B and BB. RGB value is (149,123,187). Sum of RGB (Red+Green+Blue) = 149+123+187=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #957BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BBB is #6A8444. Grayscale: #898989. Windows color (decimal): -6980677 or 12286869. OLE color: 12286869.

HSL color Cylindrical-coordinate representation of color #957BBB: hue angle of 264.38º degrees, saturation: 0.32, 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 #957BBB is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 123 187 -
CMYK 0.20 0.34 0 0.27
HSL 264.38º 0.32% 0.61% -
HSV(B) 264.38º 0.34% 0.73% -
XYZ 28.45 24.14 50.17 -
YUV 138.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 149 123 187 0.20 0.34 0 0.27 264.38 0.32 0.61
Hex 95 7B BB 14 22 0 1B 108 20 3D
Octal 225 173 273 24 42 0 33 410 40 75
Binary 10010101 1111011 10111011 10100 100010 0 11011 100001000 100000 111101

Color Harmonies of #957BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BBB

Black with #957BBB

Text Example


Text Example

White with #957BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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