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

📋 copy color: '#957BBC'

red 149 ◦ green 123 ◦ blue 188

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

Shades of Purple Mountain's Majesty #957BBC

Tints of Purple Mountain's Majesty #957BBC

RGB

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

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

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

R = 32.39%
G = 26.74%
B = 40.87%

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

#957BBC (or 0x957BBC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7B and BC. RGB value is (149,123,188). Sum of RGB (Red+Green+Blue) = 149+123+188=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #957BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BBC is #6A8443. Grayscale: #898989. Windows color (decimal): -6980676 or 12352405. OLE color: 12352405.

HSL color Cylindrical-coordinate representation of color #957BBC: hue angle of 264º 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 #957BBC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 123 188 -
CMYK 0.21 0.35 0 0.26
HSL 264º 0.33% 0.61% -
HSV(B) 264º 0.35% 0.74% -
XYZ 28.55 24.19 50.74 -
YUV 138.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 149 123 188 0.21 0.35 0 0.26 264 0.33 0.61
Hex 95 7B BC 15 23 0 1A 108 21 3D
Octal 225 173 274 25 43 0 32 410 41 75
Binary 10010101 1111011 10111100 10101 100011 0 11010 100001000 100001 111101

Color Harmonies of #957BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BBC

Black with #957BBC

Text Example


Text Example

White with #957BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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