Html Css Color HEX #9478BC Purple Mountain's Majesty

📋 copy color: '#9478BC'

red 148 ◦ green 120 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9478BC

Tints of Purple Mountain's Majesty #9478BC

RGB

 RED value IS 148 (58.2% from 255) = 32.46%

 GREEN value IS 120 (47.27% from 255) = 26.32%

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 32.46%
G = 26.32%
B = 41.23%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9478BC (or 0x9478BC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 78 and BC. RGB value is (148,120,188). Sum of RGB (Red+Green+Blue) = 148+120+188=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #9478BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478BC is #6B8743. Grayscale: #878787. Windows color (decimal): -7046980 or 12351636. OLE color: 12351636.

HSL color Cylindrical-coordinate representation of color #9478BC: hue angle of 264.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9478BC is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 120 188 -
CMYK 0.21 0.36 0 0.26
HSL 264.71º 0.34% 0.6% -
HSV(B) 264.71º 0.36% 0.74% -
XYZ 28.01 23.36 50.61 -
YUV 136.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 148 120 188 0.21 0.36 0 0.26 264.71 0.34 0.6
Hex 94 78 BC 15 24 0 1A 109 22 3C
Octal 224 170 274 25 44 0 32 411 42 74
Binary 10010100 1111000 10111100 10101 100100 0 11010 100001001 100010 111100

Color Harmonies of #9478BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478BC

Black with #9478BC

Text Example


Text Example

White with #9478BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9478BC; }

 p { color: rgb(148,120,188); }

 H1.HeaderClassName
 {
   color: #9478BC;
 }
 .AnyTagClassName
 {
   color: #9478BC;
 }
</style>

background-color css

<style>
 a { background-color: #9478BC; }

 a { background-color: rgb(148,120,188); }

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

border-color css

<style>
 span { border-color: #9478BC; }

 span { border-color: rgb(148,120,188); }

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