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

📋 copy color: '#947DBB'

red 148 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #947DBB

Tints of Purple Mountain's Majesty #947DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 32.17%
G = 27.17%
B = 40.65%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#947DBB (or 0x947DBB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7D and BB. RGB value is (148,125,187). Sum of RGB (Red+Green+Blue) = 148+125+187=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #947DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DBB is #6B8244. Grayscale: #8A8A8A. Windows color (decimal): -7045701 or 12287380. OLE color: 12287380.

HSL color Cylindrical-coordinate representation of color #947DBB: hue angle of 262.26º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #947DBB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 125 187 -
CMYK 0.21 0.33 0 0.27
HSL 262.26º 0.31% 0.61% -
HSV(B) 262.26º 0.33% 0.73% -
XYZ 28.52 24.55 50.25 -
YUV 138.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 148 125 187 0.21 0.33 0 0.27 262.26 0.31 0.61
Hex 94 7D BB 15 21 0 1B 106 1F 3D
Octal 224 175 273 25 41 0 33 406 37 75
Binary 10010100 1111101 10111011 10101 100001 0 11011 100000110 11111 111101

Color Harmonies of #947DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DBB

Black with #947DBB

Text Example


Text Example

White with #947DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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