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

📋 copy color: '#967FAC'

red 150 ◦ green 127 ◦ blue 172

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

Shades of Purple Mountain's Majesty #967FAC

Tints of Purple Mountain's Majesty #967FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 33.41%
G = 28.29%
B = 38.31%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#967FAC (or 0x967FAC) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7F and AC. RGB value is (150,127,172). Sum of RGB (Red+Green+Blue) = 150+127+172=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #967FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967FAC is #698053. Grayscale: #8A8A8A. Windows color (decimal): -6914132 or 11304854. OLE color: 11304854.

HSL color Cylindrical-coordinate representation of color #967FAC: hue angle of 270.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #967FAC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 127 172 -
CMYK 0.13 0.26 0 0.33
HSL 270.67º 0.21% 0.59% -
HSV(B) 270.67º 0.26% 0.67% -
XYZ 27.61 24.64 42.33 -
YUV 139.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 150 127 172 0.13 0.26 0 0.33 270.67 0.21 0.59
Hex 96 7F AC D 1A 0 21 10F 15 3B
Octal 226 177 254 15 32 0 41 417 25 73
Binary 10010110 1111111 10101100 1101 11010 0 100001 100001111 10101 111011

Color Harmonies of #967FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FAC

Black with #967FAC

Text Example


Text Example

White with #967FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,127,172); }

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

background-color css

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

 a { background-color: rgb(150,127,172); }

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

border-color css

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

 span { border-color: rgb(150,127,172); }

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