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

📋 copy color: '#917DBB'

red 145 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #917DBB

Tints of Purple Mountain's Majesty #917DBB

RGB

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

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

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

R = 31.73%
G = 27.35%
B = 40.92%

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

#917DBB (or 0x917DBB) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7D and BB. RGB value is (145,125,187). Sum of RGB (Red+Green+Blue) = 145+125+187=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #917DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DBB is #6E8244. Grayscale: #898989. Windows color (decimal): -7242309 or 12287377. OLE color: 12287377.

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

Color convert

RGB 145 125 187 -
CMYK 0.22 0.33 0 0.27
HSL 259.35º 0.31% 0.61% -
HSV(B) 259.35º 0.33% 0.73% -
XYZ 27.98 24.27 50.22 -
YUV 138.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 145 125 187 0.22 0.33 0 0.27 259.35 0.31 0.61
Hex 91 7D BB 16 21 0 1B 103 1F 3D
Octal 221 175 273 26 41 0 33 403 37 75
Binary 10010001 1111101 10111011 10110 100001 0 11011 100000011 11111 111101

Color Harmonies of #917DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917DBB

Black with #917DBB

Text Example


Text Example

White with #917DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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