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

📋 copy color: '#967BBE'

red 150 ◦ green 123 ◦ blue 190

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

Shades of Purple Mountain's Majesty #967BBE

Tints of Purple Mountain's Majesty #967BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.57%

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

R = 32.4%
G = 26.57%
B = 41.04%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#967BBE (or 0x967BBE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7B and BE. RGB value is (150,123,190). Sum of RGB (Red+Green+Blue) = 150+123+190=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #967BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BBE is #698441. Grayscale: #8A8A8A. Windows color (decimal): -6915138 or 12483478. OLE color: 12483478.

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

Color convert

RGB 150 123 190 -
CMYK 0.21 0.35 0 0.25
HSL 264.18º 0.34% 0.61% -
HSV(B) 264.18º 0.35% 0.75% -
XYZ 28.95 24.37 51.89 -
YUV 138.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 150 123 190 0.21 0.35 0 0.25 264.18 0.34 0.61
Hex 96 7B BE 15 23 0 19 108 22 3D
Octal 226 173 276 25 43 0 31 410 42 75
Binary 10010110 1111011 10111110 10101 100011 0 11001 100001000 100010 111101

Color Harmonies of #967BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967BBE

Black with #967BBE

Text Example


Text Example

White with #967BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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