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

📋 copy color: '#967BBB'

red 150 ◦ green 123 ◦ blue 187

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

Shades of Purple Mountain's Majesty #967BBB

Tints of Purple Mountain's Majesty #967BBB

RGB

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

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

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

R = 32.61%
G = 26.74%
B = 40.65%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#967BBB (or 0x967BBB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7B and BB. RGB value is (150,123,187). Sum of RGB (Red+Green+Blue) = 150+123+187=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #967BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BBB is #698444. Grayscale: #8A8A8A. Windows color (decimal): -6915141 or 12286870. OLE color: 12286870.

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

Color convert

RGB 150 123 187 -
CMYK 0.20 0.34 0 0.27
HSL 265.31º 0.32% 0.61% -
HSV(B) 265.31º 0.34% 0.73% -
XYZ 28.63 24.24 50.18 -
YUV 138.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 150 123 187 0.20 0.34 0 0.27 265.31 0.32 0.61
Hex 96 7B BB 14 22 0 1B 109 20 3D
Octal 226 173 273 24 42 0 33 411 40 75
Binary 10010110 1111011 10111011 10100 100010 0 11011 100001001 100000 111101

Color Harmonies of #967BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967BBB

Black with #967BBB

Text Example


Text Example

White with #967BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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