Html Css Color HEX #9275AF Purple Mountain's Majesty

📋 copy color: '#9275AF'

red 146 ◦ green 117 ◦ blue 175

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

Shades of Purple Mountain's Majesty #9275AF

Tints of Purple Mountain's Majesty #9275AF

RGB

 RED value IS 146 (57.42% from 255) = 33.33%

 GREEN value IS 117 (46.09% from 255) = 26.71%

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

R = 33.33%
G = 26.71%
B = 39.95%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9275AF (or 0x9275AF) is known color: Purple Mountain's Majesty. HEX triplet: 92, 75 and AF. RGB value is (146,117,175). Sum of RGB (Red+Green+Blue) = 146+117+175=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #9275AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9275AF is #6D8A50. Grayscale: #848484. Windows color (decimal): -7178833 or 11498898. OLE color: 11498898.

HSL color Cylindrical-coordinate representation of color #9275AF: hue angle of 270º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9275AF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 117 175 -
CMYK 0.17 0.33 0 0.31
HSL 270º 0.27% 0.57% -
HSV(B) 270º 0.33% 0.69% -
XYZ 25.95 21.93 43.42 -
YUV 132.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 146 117 175 0.17 0.33 0 0.31 270 0.27 0.57
Hex 92 75 AF 11 21 0 1F 10E 1B 39
Octal 222 165 257 21 41 0 37 416 33 71
Binary 10010010 1110101 10101111 10001 100001 0 11111 100001110 11011 111001

Color Harmonies of #9275AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275AF

Black with #9275AF

Text Example


Text Example

White with #9275AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9275AF; }

 p { color: rgb(146,117,175); }

 H1.HeaderClassName
 {
   color: #9275AF;
 }
 .AnyTagClassName
 {
   color: #9275AF;
 }
</style>

background-color css

<style>
 a { background-color: #9275AF; }

 a { background-color: rgb(146,117,175); }

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

border-color css

<style>
 span { border-color: #9275AF; }

 span { border-color: rgb(146,117,175); }

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