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

📋 copy color: '#947BBD'

red 148 ◦ green 123 ◦ blue 189

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

Shades of Purple Mountain's Majesty #947BBD

Tints of Purple Mountain's Majesty #947BBD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.74%

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 32.17%
G = 26.74%
B = 41.09%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#947BBD (or 0x947BBD) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7B and BD. RGB value is (148,123,189). Sum of RGB (Red+Green+Blue) = 148+123+189=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #947BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BBD is #6B8442. Grayscale: #898989. Windows color (decimal): -7046211 or 12417940. OLE color: 12417940.

HSL color Cylindrical-coordinate representation of color #947BBD: hue angle of 262.73º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #947BBD is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 123 189 -
CMYK 0.22 0.35 0 0.26
HSL 262.73º 0.33% 0.61% -
HSV(B) 262.73º 0.35% 0.74% -
XYZ 28.48 24.14 51.3 -
YUV 138 156.78 135.13 -
System Red Green Blue C M Y K H S L
Decimal 148 123 189 0.22 0.35 0 0.26 262.73 0.33 0.61
Hex 94 7B BD 16 23 0 1A 107 21 3D
Octal 224 173 275 26 43 0 32 407 41 75
Binary 10010100 1111011 10111101 10110 100011 0 11010 100000111 100001 111101

Color Harmonies of #947BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BBD

Black with #947BBD

Text Example


Text Example

White with #947BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,123,189); }

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

background-color css

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

 a { background-color: rgb(148,123,189); }

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

border-color css

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

 span { border-color: rgb(148,123,189); }

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