#917FBD

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

Shades of True V #917FBD

Tints of True V #917FBD

Color information

#917FBD (or 0x917FBD) is unknown color: approx True V. HEX triplet: 91, 7F and BD. RGB value is (145,127,189). Sum of RGB (Red+Green+Blue) = 145+127+189=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #917FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FBD is #6E8042. Grayscale: #8B8B8B. Windows color (decimal): -7241795 or 12418961. OLE color: 12418961.

HSL color Cylindrical-coordinate representation of color #917FBD: hue angle of 257.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917FBD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145127189-
CMYK0.230.3300.26
HSL257.42º31.96%61.96%-
HSV(B)257.42º32.8%74.12%-
XYZ28.4524.8751.45-
YUV139.45155.96131.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=31.45%
G=27.55%
B=41.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451271890.230.3300.26257.4231.9661.96
Hex917FBD172101A101203e
Octal22117727527410324014076
Binary1001000111111111011110110111100001011010100000001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,189); }

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

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

 a { background-color: rgb(145,127,189); }

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

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

 span { border-color: rgb(145,127,189); }

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