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

📋 copy color: '#967AB7'

red 150 ◦ green 122 ◦ blue 183

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

Shades of Purple Mountain's Majesty #967AB7

Tints of Purple Mountain's Majesty #967AB7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.81%

 BLUE value IS 183 (71.88% from 255) = 40.22%

R = 32.97%
G = 26.81%
B = 40.22%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#967AB7 (or 0x967AB7) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7A and B7. RGB value is (150,122,183). Sum of RGB (Red+Green+Blue) = 150+122+183=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #967AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967AB7 is #698548. Grayscale: #898989. Windows color (decimal): -6915401 or 12024470. OLE color: 12024470.

HSL color Cylindrical-coordinate representation of color #967AB7: hue angle of 267.54º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967AB7 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 122 183 -
CMYK 0.18 0.33 0 0.28
HSL 267.54º 0.3% 0.6% -
HSV(B) 267.54º 0.33% 0.72% -
XYZ 28.08 23.82 47.92 -
YUV 137.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 150 122 183 0.18 0.33 0 0.28 267.54 0.3 0.6
Hex 96 7A B7 12 21 0 1C 10C 1E 3C
Octal 226 172 267 22 41 0 34 414 36 74
Binary 10010110 1111010 10110111 10010 100001 0 11100 100001100 11110 111100

Color Harmonies of #967AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967AB7

Black with #967AB7

Text Example


Text Example

White with #967AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,122,183); }

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

background-color css

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

 a { background-color: rgb(150,122,183); }

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

border-color css

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

 span { border-color: rgb(150,122,183); }

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