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

📋 copy color: '#947AB3'

red 148 ◦ green 122 ◦ blue 179

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

Shades of Purple Mountain's Majesty #947AB3

Tints of Purple Mountain's Majesty #947AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.87%

R = 32.96%
G = 27.17%
B = 39.87%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#947AB3 (or 0x947AB3) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7A and B3. RGB value is (148,122,179). Sum of RGB (Red+Green+Blue) = 148+122+179=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #947AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AB3 is #6B854C. Grayscale: #888888. Windows color (decimal): -7046477 or 11762324. OLE color: 11762324.

HSL color Cylindrical-coordinate representation of color #947AB3: hue angle of 267.37º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947AB3 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 122 179 -
CMYK 0.17 0.32 0 0.30
HSL 267.37º 0.27% 0.59% -
HSV(B) 267.37º 0.32% 0.7% -
XYZ 27.31 23.47 45.74 -
YUV 136.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 148 122 179 0.17 0.32 0 0.30 267.37 0.27 0.59
Hex 94 7A B3 11 20 0 1E 10B 1B 3B
Octal 224 172 263 21 40 0 36 413 33 73
Binary 10010100 1111010 10110011 10001 100000 0 11110 100001011 11011 111011

Color Harmonies of #947AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947AB3

Black with #947AB3

Text Example


Text Example

White with #947AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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