Html Css Color HEX #9575B6 Purple Mountain's Majesty

📋 copy color: '#9575B6'

red 149 ◦ green 117 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9575B6

Tints of Purple Mountain's Majesty #9575B6

RGB

 RED value IS 149 (58.59% from 255) = 33.26%

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

 BLUE value IS 182 (71.48% from 255) = 40.63%

R = 33.26%
G = 26.12%
B = 40.63%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9575B6 (or 0x9575B6) is known color: Purple Mountain's Majesty. HEX triplet: 95, 75 and B6. RGB value is (149,117,182). Sum of RGB (Red+Green+Blue) = 149+117+182=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #9575B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9575B6 is #6A8A49. Grayscale: #858585. Windows color (decimal): -6982218 or 11957653. OLE color: 11957653.

HSL color Cylindrical-coordinate representation of color #9575B6: hue angle of 269.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9575B6 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 117 182 -
CMYK 0.18 0.36 0 0.29
HSL 269.54º 0.31% 0.59% -
HSV(B) 269.54º 0.36% 0.71% -
XYZ 27.2 22.49 47.16 -
YUV 133.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 149 117 182 0.18 0.36 0 0.29 269.54 0.31 0.59
Hex 95 75 B6 12 24 0 1D 10E 1F 3B
Octal 225 165 266 22 44 0 35 416 37 73
Binary 10010101 1110101 10110110 10010 100100 0 11101 100001110 11111 111011

Color Harmonies of #9575B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9575B6

Black with #9575B6

Text Example


Text Example

White with #9575B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9575B6; }

 p { color: rgb(149,117,182); }

 H1.HeaderClassName
 {
   color: #9575B6;
 }
 .AnyTagClassName
 {
   color: #9575B6;
 }
</style>

background-color css

<style>
 a { background-color: #9575B6; }

 a { background-color: rgb(149,117,182); }

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

border-color css

<style>
 span { border-color: #9575B6; }

 span { border-color: rgb(149,117,182); }

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