Html Css Color HEX #9382A7 Purple Mountain's Majesty

📋 copy color: '#9382A7'

red 147 ◦ green 130 ◦ blue 167

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

Shades of Purple Mountain's Majesty #9382A7

Tints of Purple Mountain's Majesty #9382A7

RGB

 RED value IS 147 (57.81% from 255) = 33.11%

 GREEN value IS 130 (51.17% from 255) = 29.28%

 BLUE value IS 167 (65.63% from 255) = 37.61%

R = 33.11%
G = 29.28%
B = 37.61%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9382A7 (or 0x9382A7) is known color: Purple Mountain's Majesty. HEX triplet: 93, 82 and A7. RGB value is (147,130,167). Sum of RGB (Red+Green+Blue) = 147+130+167=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 167 - color contains mainly: blue. Hex color #9382A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9382A7 is #6C7D58. Grayscale: #8B8B8B. Windows color (decimal): -7109977 or 10977939. OLE color: 10977939.

HSL color Cylindrical-coordinate representation of color #9382A7: hue angle of 267.57º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9382A7 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 130 167 -
CMYK 0.12 0.22 0 0.35
HSL 267.57º 0.17% 0.58% -
HSV(B) 267.57º 0.22% 0.65% -
XYZ 26.99 24.96 39.95 -
YUV 139.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 147 130 167 0.12 0.22 0 0.35 267.57 0.17 0.58
Hex 93 82 A7 C 16 0 23 10C 11 3A
Octal 223 202 247 14 26 0 43 414 21 72
Binary 10010011 10000010 10100111 1100 10110 0 100011 100001100 10001 111010

Color Harmonies of #9382A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9382A7

Black with #9382A7

Text Example


Text Example

White with #9382A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9382A7; }

 p { color: rgb(147,130,167); }

 H1.HeaderClassName
 {
   color: #9382A7;
 }
 .AnyTagClassName
 {
   color: #9382A7;
 }
</style>

background-color css

<style>
 a { background-color: #9382A7; }

 a { background-color: rgb(147,130,167); }

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

border-color css

<style>
 span { border-color: #9382A7; }

 span { border-color: rgb(147,130,167); }

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