Html Css Color HEX #9375BA Purple Mountain's Majesty

📋 copy color: '#9375BA'

red 147 ◦ green 117 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9375BA

Tints of Purple Mountain's Majesty #9375BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 32.67%
G = 26%
B = 41.33%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9375BA (or 0x9375BA) is known color: Purple Mountain's Majesty. HEX triplet: 93, 75 and BA. RGB value is (147,117,186). Sum of RGB (Red+Green+Blue) = 147+117+186=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #9375BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375BA is #6C8A45. Grayscale: #858585. Windows color (decimal): -7113286 or 12219795. OLE color: 12219795.

HSL color Cylindrical-coordinate representation of color #9375BA: hue angle of 266.09º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9375BA is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 117 186 -
CMYK 0.21 0.37 0 0.27
HSL 266.09º 0.33% 0.59% -
HSV(B) 266.09º 0.37% 0.73% -
XYZ 27.26 22.47 49.36 -
YUV 133.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 147 117 186 0.21 0.37 0 0.27 266.09 0.33 0.59
Hex 93 75 BA 15 25 0 1B 10A 21 3B
Octal 223 165 272 25 45 0 33 412 41 73
Binary 10010011 1110101 10111010 10101 100101 0 11011 100001010 100001 111011

Color Harmonies of #9375BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9375BA

Black with #9375BA

Text Example


Text Example

White with #9375BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9375BA; }

 p { color: rgb(147,117,186); }

 H1.HeaderClassName
 {
   color: #9375BA;
 }
 .AnyTagClassName
 {
   color: #9375BA;
 }
</style>

background-color css

<style>
 a { background-color: #9375BA; }

 a { background-color: rgb(147,117,186); }

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

border-color css

<style>
 span { border-color: #9375BA; }

 span { border-color: rgb(147,117,186); }

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