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

📋 copy color: '#967DBB'

red 150 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #967DBB

Tints of Purple Mountain's Majesty #967DBB

RGB

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

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

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

R = 32.47%
G = 27.06%
B = 40.48%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#967DBB (or 0x967DBB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7D and BB. RGB value is (150,125,187). Sum of RGB (Red+Green+Blue) = 150+125+187=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #967DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DBB is #698244. Grayscale: #8B8B8B. Windows color (decimal): -6914629 or 12287382. OLE color: 12287382.

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

Color convert

RGB 150 125 187 -
CMYK 0.20 0.33 0 0.27
HSL 264.19º 0.31% 0.61% -
HSV(B) 264.19º 0.33% 0.73% -
XYZ 28.88 24.74 50.27 -
YUV 139.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 150 125 187 0.20 0.33 0 0.27 264.19 0.31 0.61
Hex 96 7D BB 14 21 0 1B 108 1F 3D
Octal 226 175 273 24 41 0 33 410 37 75
Binary 10010110 1111101 10111011 10100 100001 0 11011 100001000 11111 111101

Color Harmonies of #967DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DBB

Black with #967DBB

Text Example


Text Example

White with #967DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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