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

📋 copy color: '#967DB4'

red 150 ◦ green 125 ◦ blue 180

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

Shades of Purple Mountain's Majesty #967DB4

Tints of Purple Mountain's Majesty #967DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.56%

R = 32.97%
G = 27.47%
B = 39.56%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#967DB4 (or 0x967DB4) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7D and B4. RGB value is (150,125,180). Sum of RGB (Red+Green+Blue) = 150+125+180=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #967DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DB4 is #69824B. Grayscale: #8A8A8A. Windows color (decimal): -6914636 or 11828630. OLE color: 11828630.

HSL color Cylindrical-coordinate representation of color #967DB4: hue angle of 267.27º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #967DB4 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 125 180 -
CMYK 0.17 0.31 0 0.29
HSL 267.27º 0.27% 0.6% -
HSV(B) 267.27º 0.31% 0.71% -
XYZ 28.15 24.45 46.42 -
YUV 138.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 150 125 180 0.17 0.31 0 0.29 267.27 0.27 0.6
Hex 96 7D B4 11 1F 0 1D 10B 1B 3C
Octal 226 175 264 21 37 0 35 413 33 74
Binary 10010110 1111101 10110100 10001 11111 0 11101 100001011 11011 111100

Color Harmonies of #967DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DB4

Black with #967DB4

Text Example


Text Example

White with #967DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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