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

📋 copy color: '#947BBE'

red 148 ◦ green 123 ◦ blue 190

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

Shades of Purple Mountain's Majesty #947BBE

Tints of Purple Mountain's Majesty #947BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 32.1%
G = 26.68%
B = 41.21%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#947BBE (or 0x947BBE) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7B and BE. RGB value is (148,123,190). Sum of RGB (Red+Green+Blue) = 148+123+190=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #947BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BBE is #6B8441. Grayscale: #898989. Windows color (decimal): -7046210 or 12483476. OLE color: 12483476.

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

Color convert

RGB 148 123 190 -
CMYK 0.22 0.35 0 0.25
HSL 262.39º 0.34% 0.61% -
HSV(B) 262.39º 0.35% 0.75% -
XYZ 28.59 24.18 51.88 -
YUV 138.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 148 123 190 0.22 0.35 0 0.25 262.39 0.34 0.61
Hex 94 7B BE 16 23 0 19 106 22 3D
Octal 224 173 276 26 43 0 31 406 42 75
Binary 10010100 1111011 10111110 10110 100011 0 11001 100000110 100010 111101

Color Harmonies of #947BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BBE

Black with #947BBE

Text Example


Text Example

White with #947BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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