Html Css Color HEX #917CB4 Purple Mountain's Majesty

📋 copy color: '#917CB4'

red 145 ◦ green 124 ◦ blue 180

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

Shades of Purple Mountain's Majesty #917CB4

Tints of Purple Mountain's Majesty #917CB4

RGB

 RED value IS 145 (57.03% from 255) = 32.29%

 GREEN value IS 124 (48.83% from 255) = 27.62%

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

R = 32.29%
G = 27.62%
B = 40.09%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#917CB4 (or 0x917CB4) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7C and B4. RGB value is (145,124,180). Sum of RGB (Red+Green+Blue) = 145+124+180=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #917CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CB4 is #6E834B. Grayscale: #888888. Windows color (decimal): -7242572 or 11828369. OLE color: 11828369.

HSL color Cylindrical-coordinate representation of color #917CB4: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #917CB4 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 145 124 180 -
CMYK 0.19 0.31 0 0.29
HSL 262.5º 0.27% 0.6% -
HSV(B) 262.5º 0.31% 0.71% -
XYZ 27.12 23.73 46.33 -
YUV 136.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 145 124 180 0.19 0.31 0 0.29 262.5 0.27 0.6
Hex 91 7C B4 13 1F 0 1D 106 1B 3C
Octal 221 174 264 23 37 0 35 406 33 74
Binary 10010001 1111100 10110100 10011 11111 0 11101 100000110 11011 111100

Color Harmonies of #917CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CB4

Black with #917CB4

Text Example


Text Example

White with #917CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917CB4; }

 p { color: rgb(145,124,180); }

 H1.HeaderClassName
 {
   color: #917CB4;
 }
 .AnyTagClassName
 {
   color: #917CB4;
 }
</style>

background-color css

<style>
 a { background-color: #917CB4; }

 a { background-color: rgb(145,124,180); }

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

border-color css

<style>
 span { border-color: #917CB4; }

 span { border-color: rgb(145,124,180); }

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