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

📋 copy color: '#967DBE'

red 150 ◦ green 125 ◦ blue 190

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

Shades of Purple Mountain's Majesty #967DBE

Tints of Purple Mountain's Majesty #967DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.88%

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

R = 32.26%
G = 26.88%
B = 40.86%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#967DBE (or 0x967DBE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7D and BE. RGB value is (150,125,190). Sum of RGB (Red+Green+Blue) = 150+125+190=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #967DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DBE is #698241. Grayscale: #8B8B8B. Windows color (decimal): -6914626 or 12483990. OLE color: 12483990.

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

Color convert

RGB 150 125 190 -
CMYK 0.21 0.34 0 0.25
HSL 263.08º 0.33% 0.62% -
HSV(B) 263.08º 0.34% 0.75% -
XYZ 29.21 24.87 51.98 -
YUV 139.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 150 125 190 0.21 0.34 0 0.25 263.08 0.33 0.62
Hex 96 7D BE 15 22 0 19 107 21 3E
Octal 226 175 276 25 42 0 31 407 41 76
Binary 10010110 1111101 10111110 10101 100010 0 11001 100000111 100001 111110

Color Harmonies of #967DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DBE

Black with #967DBE

Text Example


Text Example

White with #967DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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