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

📋 copy color: '#967BBA'

red 150 ◦ green 123 ◦ blue 186

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

Shades of Purple Mountain's Majesty #967BBA

Tints of Purple Mountain's Majesty #967BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 32.68%
G = 26.8%
B = 40.52%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#967BBA (or 0x967BBA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7B and BA. RGB value is (150,123,186). Sum of RGB (Red+Green+Blue) = 150+123+186=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #967BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BBA is #698445. Grayscale: #8A8A8A. Windows color (decimal): -6915142 or 12221334. OLE color: 12221334.

HSL color Cylindrical-coordinate representation of color #967BBA: hue angle of 265.71º degrees, saturation: 0.31, 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 #967BBA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 123 186 -
CMYK 0.19 0.34 0 0.27
HSL 265.71º 0.31% 0.61% -
HSV(B) 265.71º 0.34% 0.73% -
XYZ 28.52 24.2 49.62 -
YUV 138.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 150 123 186 0.19 0.34 0 0.27 265.71 0.31 0.61
Hex 96 7B BA 13 22 0 1B 10A 1F 3D
Octal 226 173 272 23 42 0 33 412 37 75
Binary 10010110 1111011 10111010 10011 100010 0 11011 100001010 11111 111101

Color Harmonies of #967BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967BBA

Black with #967BBA

Text Example


Text Example

White with #967BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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