Html Css Color HEX #956FBB Purple Mountain's Majesty

📋 copy color: '#956FBB'

red 149 ◦ green 111 ◦ blue 187

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

Shades of Purple Mountain's Majesty #956FBB

Tints of Purple Mountain's Majesty #956FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.83%

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

R = 33.33%
G = 24.83%
B = 41.83%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#956FBB (or 0x956FBB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 6F and BB. RGB value is (149,111,187). Sum of RGB (Red+Green+Blue) = 149+111+187=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #956FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FBB is #6A9044. Grayscale: #828282. Windows color (decimal): -6983749 or 12283797. OLE color: 12283797.

HSL color Cylindrical-coordinate representation of color #956FBB: hue angle of 270º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956FBB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 111 187 -
CMYK 0.20 0.41 0 0.27
HSL 270º 0.36% 0.58% -
HSV(B) 270º 0.41% 0.73% -
XYZ 27.05 21.35 49.71 -
YUV 131.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 149 111 187 0.20 0.41 0 0.27 270 0.36 0.58
Hex 95 6F BB 14 29 0 1B 10E 24 3A
Octal 225 157 273 24 51 0 33 416 44 72
Binary 10010101 1101111 10111011 10100 101001 0 11011 100001110 100100 111010

Color Harmonies of #956FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FBB

Black with #956FBB

Text Example


Text Example

White with #956FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956FBB; }

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

 H1.HeaderClassName
 {
   color: #956FBB;
 }
 .AnyTagClassName
 {
   color: #956FBB;
 }
</style>

background-color css

<style>
 a { background-color: #956FBB; }

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

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

border-color css

<style>
 span { border-color: #956FBB; }

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

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