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

📋 copy color: '#967AB6'

red 150 ◦ green 122 ◦ blue 182

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

Shades of Purple Mountain's Majesty #967AB6

Tints of Purple Mountain's Majesty #967AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.09%

R = 33.04%
G = 26.87%
B = 40.09%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#967AB6 (or 0x967AB6) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7A and B6. RGB value is (150,122,182). Sum of RGB (Red+Green+Blue) = 150+122+182=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #967AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967AB6 is #698549. Grayscale: #898989. Windows color (decimal): -6915402 or 11958934. OLE color: 11958934.

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

Color convert

RGB 150 122 182 -
CMYK 0.18 0.33 0 0.29
HSL 268º 0.29% 0.6% -
HSV(B) 268º 0.33% 0.71% -
XYZ 27.98 23.78 47.37 -
YUV 137.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 150 122 182 0.18 0.33 0 0.29 268 0.29 0.6
Hex 96 7A B6 12 21 0 1D 10C 1D 3C
Octal 226 172 266 22 41 0 35 414 35 74
Binary 10010110 1111010 10110110 10010 100001 0 11101 100001100 11101 111100

Color Harmonies of #967AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967AB6

Black with #967AB6

Text Example


Text Example

White with #967AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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