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

📋 copy color: '#947AB4'

red 148 ◦ green 122 ◦ blue 180

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

Shades of Purple Mountain's Majesty #947AB4

Tints of Purple Mountain's Majesty #947AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.11%

 BLUE value IS 180 (70.7% from 255) = 40%

R = 32.89%
G = 27.11%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#947AB4 (or 0x947AB4) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7A and B4. RGB value is (148,122,180). Sum of RGB (Red+Green+Blue) = 148+122+180=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #947AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AB4 is #6B854B. Grayscale: #888888. Windows color (decimal): -7046476 or 11827860. OLE color: 11827860.

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

Color convert

RGB 148 122 180 -
CMYK 0.18 0.32 0 0.29
HSL 266.9º 0.28% 0.59% -
HSV(B) 266.9º 0.32% 0.71% -
XYZ 27.41 23.51 46.27 -
YUV 136.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 148 122 180 0.18 0.32 0 0.29 266.9 0.28 0.59
Hex 94 7A B4 12 20 0 1D 10B 1C 3B
Octal 224 172 264 22 40 0 35 413 34 73
Binary 10010100 1111010 10110100 10010 100000 0 11101 100001011 11100 111011

Color Harmonies of #947AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947AB4

Black with #947AB4

Text Example


Text Example

White with #947AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,122,180); }

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

background-color css

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

 a { background-color: rgb(148,122,180); }

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

border-color css

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

 span { border-color: rgb(148,122,180); }

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