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

📋 copy color: '#967FBC'

red 150 ◦ green 127 ◦ blue 188

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

Shades of Purple Mountain's Majesty #967FBC

Tints of Purple Mountain's Majesty #967FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 27.31%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 32.26%
G = 27.31%
B = 40.43%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#967FBC (or 0x967FBC) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7F and BC. RGB value is (150,127,188). Sum of RGB (Red+Green+Blue) = 150+127+188=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #967FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FBC is #698043. Grayscale: #8C8C8C. Windows color (decimal): -6914116 or 12353430. OLE color: 12353430.

HSL color Cylindrical-coordinate representation of color #967FBC: hue angle of 262.62º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967FBC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 127 188 -
CMYK 0.20 0.32 0 0.26
HSL 262.62º 0.31% 0.62% -
HSV(B) 262.62º 0.32% 0.74% -
XYZ 29.24 25.29 50.92 -
YUV 140.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 150 127 188 0.20 0.32 0 0.26 262.62 0.31 0.62
Hex 96 7F BC 14 20 0 1A 107 1F 3E
Octal 226 177 274 24 40 0 32 407 37 76
Binary 10010110 1111111 10111100 10100 100000 0 11010 100000111 11111 111110

Color Harmonies of #967FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FBC

Black with #967FBC

Text Example


Text Example

White with #967FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,127,188); }

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

background-color css

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

 a { background-color: rgb(150,127,188); }

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

border-color css

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

 span { border-color: rgb(150,127,188); }

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