Html Css Color HEX #947DB8 Purple Mountain's Majesty

📋 copy color: '#947DB8'

red 148 ◦ green 125 ◦ blue 184

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

Shades of Purple Mountain's Majesty #947DB8

Tints of Purple Mountain's Majesty #947DB8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 32.39%
G = 27.35%
B = 40.26%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#947DB8 (or 0x947DB8) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7D and B8. RGB value is (148,125,184). Sum of RGB (Red+Green+Blue) = 148+125+184=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 184 - color contains mainly: blue. Hex color #947DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DB8 is #6B8247. Grayscale: #8A8A8A. Windows color (decimal): -7045704 or 12090772. OLE color: 12090772.

HSL color Cylindrical-coordinate representation of color #947DB8: hue angle of 263.39º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947DB8 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 125 184 -
CMYK 0.20 0.32 0 0.28
HSL 263.39º 0.29% 0.61% -
HSV(B) 263.39º 0.32% 0.72% -
XYZ 28.2 24.42 48.58 -
YUV 138.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 148 125 184 0.20 0.32 0 0.28 263.39 0.29 0.61
Hex 94 7D B8 14 20 0 1C 107 1D 3D
Octal 224 175 270 24 40 0 34 407 35 75
Binary 10010100 1111101 10111000 10100 100000 0 11100 100000111 11101 111101

Color Harmonies of #947DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DB8

Black with #947DB8

Text Example


Text Example

White with #947DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947DB8; }

 p { color: rgb(148,125,184); }

 H1.HeaderClassName
 {
   color: #947DB8;
 }
 .AnyTagClassName
 {
   color: #947DB8;
 }
</style>

background-color css

<style>
 a { background-color: #947DB8; }

 a { background-color: rgb(148,125,184); }

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

border-color css

<style>
 span { border-color: #947DB8; }

 span { border-color: rgb(148,125,184); }

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