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

📋 copy color: '#917DBA'

red 145 ◦ green 125 ◦ blue 186

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

Shades of Purple Mountain's Majesty #917DBA

Tints of Purple Mountain's Majesty #917DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 31.8%
G = 27.41%
B = 40.79%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#917DBA (or 0x917DBA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7D and BA. RGB value is (145,125,186). Sum of RGB (Red+Green+Blue) = 145+125+186=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #917DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DBA is #6E8245. Grayscale: #898989. Windows color (decimal): -7242310 or 12221841. OLE color: 12221841.

HSL color Cylindrical-coordinate representation of color #917DBA: hue angle of 259.67º 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 #917DBA is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 125 186 -
CMYK 0.22 0.33 0 0.27
HSL 259.67º 0.31% 0.61% -
HSV(B) 259.67º 0.33% 0.73% -
XYZ 27.87 24.23 49.66 -
YUV 137.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 145 125 186 0.22 0.33 0 0.27 259.67 0.31 0.61
Hex 91 7D BA 16 21 0 1B 104 1F 3D
Octal 221 175 272 26 41 0 33 404 37 75
Binary 10010001 1111101 10111010 10110 100001 0 11011 100000100 11111 111101

Color Harmonies of #917DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917DBA

Black with #917DBA

Text Example


Text Example

White with #917DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,186); }

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

background-color css

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

 a { background-color: rgb(145,125,186); }

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

border-color css

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

 span { border-color: rgb(145,125,186); }

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