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

📋 copy color: '#967ABE'

red 150 ◦ green 122 ◦ blue 190

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

Shades of Purple Mountain's Majesty #967ABE

Tints of Purple Mountain's Majesty #967ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 32.47%
G = 26.41%
B = 41.13%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#967ABE (or 0x967ABE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7A and BE. RGB value is (150,122,190). Sum of RGB (Red+Green+Blue) = 150+122+190=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #967ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ABE is #698541. Grayscale: #898989. Windows color (decimal): -6915394 or 12483222. OLE color: 12483222.

HSL color Cylindrical-coordinate representation of color #967ABE: hue angle of 264.71º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #967ABE is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 122 190 -
CMYK 0.21 0.36 0 0.25
HSL 264.71º 0.34% 0.61% -
HSV(B) 264.71º 0.36% 0.75% -
XYZ 28.83 24.12 51.85 -
YUV 138.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 150 122 190 0.21 0.36 0 0.25 264.71 0.34 0.61
Hex 96 7A BE 15 24 0 19 109 22 3D
Octal 226 172 276 25 44 0 31 411 42 75
Binary 10010110 1111010 10111110 10101 100100 0 11001 100001001 100010 111101

Color Harmonies of #967ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967ABE

Black with #967ABE

Text Example


Text Example

White with #967ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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