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

📋 copy color: '#967ABB'

red 150 ◦ green 122 ◦ blue 187

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

Shades of Purple Mountain's Majesty #967ABB

Tints of Purple Mountain's Majesty #967ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 32.68%
G = 26.58%
B = 40.74%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#967ABB (or 0x967ABB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7A and BB. RGB value is (150,122,187). Sum of RGB (Red+Green+Blue) = 150+122+187=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #967ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ABB is #698544. Grayscale: #898989. Windows color (decimal): -6915397 or 12286614. OLE color: 12286614.

HSL color Cylindrical-coordinate representation of color #967ABB: hue angle of 265.85º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967ABB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 122 187 -
CMYK 0.20 0.35 0 0.27
HSL 265.85º 0.32% 0.61% -
HSV(B) 265.85º 0.35% 0.73% -
XYZ 28.51 23.99 50.14 -
YUV 137.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 150 122 187 0.20 0.35 0 0.27 265.85 0.32 0.61
Hex 96 7A BB 14 23 0 1B 10A 20 3D
Octal 226 172 273 24 43 0 33 412 40 75
Binary 10010110 1111010 10111011 10100 100011 0 11011 100001010 100000 111101

Color Harmonies of #967ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967ABB

Black with #967ABB

Text Example


Text Example

White with #967ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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