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

📋 copy color: '#967AB4'

red 150 ◦ green 122 ◦ blue 180

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

Shades of Purple Mountain's Majesty #967AB4

Tints of Purple Mountain's Majesty #967AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.82%

R = 33.19%
G = 26.99%
B = 39.82%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#967AB4 (or 0x967AB4) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7A and B4. RGB value is (150,122,180). Sum of RGB (Red+Green+Blue) = 150+122+180=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #967AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967AB4 is #69854B. Grayscale: #888888. Windows color (decimal): -6915404 or 11827862. OLE color: 11827862.

HSL color Cylindrical-coordinate representation of color #967AB4: hue angle of 268.97º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967AB4 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 122 180 -
CMYK 0.17 0.32 0 0.29
HSL 268.97º 0.28% 0.59% -
HSV(B) 268.97º 0.32% 0.71% -
XYZ 27.78 23.7 46.29 -
YUV 136.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 150 122 180 0.17 0.32 0 0.29 268.97 0.28 0.59
Hex 96 7A B4 11 20 0 1D 10D 1C 3B
Octal 226 172 264 21 40 0 35 415 34 73
Binary 10010110 1111010 10110100 10001 100000 0 11101 100001101 11100 111011

Color Harmonies of #967AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967AB4

Black with #967AB4

Text Example


Text Example

White with #967AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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