Html Css Color HEX #967EBA Purple Mountain's Majesty

📋 copy color: '#967EBA'

red 150 ◦ green 126 ◦ blue 186

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

Shades of Purple Mountain's Majesty #967EBA

Tints of Purple Mountain's Majesty #967EBA

RGB

 RED value IS 150 (58.98% from 255) = 32.47%

 GREEN value IS 126 (49.61% from 255) = 27.27%

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

R = 32.47%
G = 27.27%
B = 40.26%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#967EBA (or 0x967EBA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7E and BA. RGB value is (150,126,186). Sum of RGB (Red+Green+Blue) = 150+126+186=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #967EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EBA is #698145. Grayscale: #8B8B8B. Windows color (decimal): -6914374 or 12222102. OLE color: 12222102.

HSL color Cylindrical-coordinate representation of color #967EBA: hue angle of 264º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967EBA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 126 186 -
CMYK 0.19 0.32 0 0.27
HSL 264º 0.3% 0.61% -
HSV(B) 264º 0.32% 0.73% -
XYZ 28.9 24.95 49.75 -
YUV 140.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 150 126 186 0.19 0.32 0 0.27 264 0.3 0.61
Hex 96 7E BA 13 20 0 1B 108 1E 3D
Octal 226 176 272 23 40 0 33 410 36 75
Binary 10010110 1111110 10111010 10011 100000 0 11011 100001000 11110 111101

Color Harmonies of #967EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967EBA

Black with #967EBA

Text Example


Text Example

White with #967EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967EBA; }

 p { color: rgb(150,126,186); }

 H1.HeaderClassName
 {
   color: #967EBA;
 }
 .AnyTagClassName
 {
   color: #967EBA;
 }
</style>

background-color css

<style>
 a { background-color: #967EBA; }

 a { background-color: rgb(150,126,186); }

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

border-color css

<style>
 span { border-color: #967EBA; }

 span { border-color: rgb(150,126,186); }

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