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

📋 copy color: '#967CBF'

red 150 ◦ green 124 ◦ blue 191

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

Shades of Purple Mountain's Majesty #967CBF

Tints of Purple Mountain's Majesty #967CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

 BLUE value IS 191 (75% from 255) = 41.08%

R = 32.26%
G = 26.67%
B = 41.08%

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

#967CBF (or 0x967CBF) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7C and BF. RGB value is (150,124,191). Sum of RGB (Red+Green+Blue) = 150+124+191=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #967CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CBF is #698340. Grayscale: #8B8B8B. Windows color (decimal): -6914881 or 12549270. OLE color: 12549270.

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

Color convert

RGB 150 124 191 -
CMYK 0.21 0.35 0 0.25
HSL 263.28º 0.34% 0.62% -
HSV(B) 263.28º 0.35% 0.75% -
XYZ 29.19 24.66 52.51 -
YUV 139.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 150 124 191 0.21 0.35 0 0.25 263.28 0.34 0.62
Hex 96 7C BF 15 23 0 19 107 22 3E
Octal 226 174 277 25 43 0 31 407 42 76
Binary 10010110 1111100 10111111 10101 100011 0 11001 100000111 100010 111110

Color Harmonies of #967CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CBF

Black with #967CBF

Text Example


Text Example

White with #967CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,124,191); }

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

background-color css

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

 a { background-color: rgb(150,124,191); }

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

border-color css

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

 span { border-color: rgb(150,124,191); }

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