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

📋 copy color: '#967DAF'

red 150 ◦ green 125 ◦ blue 175

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

Shades of Purple Mountain's Majesty #967DAF

Tints of Purple Mountain's Majesty #967DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 33.33%
G = 27.78%
B = 38.89%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#967DAF (or 0x967DAF) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7D and AF. RGB value is (150,125,175). Sum of RGB (Red+Green+Blue) = 150+125+175=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #967DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967DAF is #698250. Grayscale: #8A8A8A. Windows color (decimal): -6914641 or 11500950. OLE color: 11500950.

HSL color Cylindrical-coordinate representation of color #967DAF: hue angle of 270º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #967DAF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 125 175 -
CMYK 0.14 0.29 0 0.31
HSL 270º 0.24% 0.59% -
HSV(B) 270º 0.29% 0.69% -
XYZ 27.65 24.25 43.78 -
YUV 138.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 150 125 175 0.14 0.29 0 0.31 270 0.24 0.59
Hex 96 7D AF E 1D 0 1F 10E 18 3B
Octal 226 175 257 16 35 0 37 416 30 73
Binary 10010110 1111101 10101111 1110 11101 0 11111 100001110 11000 111011

Color Harmonies of #967DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DAF

Black with #967DAF

Text Example


Text Example

White with #967DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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