#917EBE

Color #917EBE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #917EBE

Tints of True V #917EBE

Color information

#917EBE (or 0x917EBE) is unknown color: approx True V. HEX triplet: 91, 7E and BE. RGB value is (145,126,190). Sum of RGB (Red+Green+Blue) = 145+126+190=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 126 (49.61% from 255 or 27.33% 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 #917EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EBE is #6E8141. Grayscale: #8A8A8A. Windows color (decimal): -7242050 or 12484241. OLE color: 12484241.

HSL color Cylindrical-coordinate representation of color #917EBE: hue angle of 257.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #917EBE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145126190-
CMYK0.240.3400.25
HSL257.81º32.99%61.96%-
HSV(B)257.81º33.68%74.51%-
XYZ28.4324.6651.98-
YUV138.98156.79132.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=31.45%
G=27.33%
B=41.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451261900.240.3400.25257.8132.9961.96
Hex917EBE1822019102213e
Octal22117627630420314024176
Binary1001000111111101011111011000100010011001100000010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,126,190); }

 H1.HeaderClassName
 {
   color: #917EBE;
 }
 .AnyTagClassName
 {
   color: #917EBE;
 }
</style>
background-color css

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

 a { background-color: rgb(145,126,190); }

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

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

 span { border-color: rgb(145,126,190); }

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