#917DC5

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

Shades of True V #917DC5

Tints of True V #917DC5

Color information

#917DC5 (or 0x917DC5) is unknown color: approx True V. HEX triplet: 91, 7D and C5. RGB value is (145,125,197). Sum of RGB (Red+Green+Blue) = 145+125+197=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #917DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DC5 is #6E823A. Grayscale: #8A8A8A. Windows color (decimal): -7242299 or 12942737. OLE color: 12942737.

HSL color Cylindrical-coordinate representation of color #917DC5: hue angle of 256.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #917DC5 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB145125197-
CMYK0.260.3700.23
HSL256.67º38.3%63.14%-
HSV(B)256.67º36.55%77.25%-
XYZ29.0924.7256.06-
YUV139.19160.63132.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.05%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 197 (77.34% from 255) = 42.18%
R=31.05%
G=26.77%
B=42.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451251970.260.3700.23256.6738.363.14
Hex917DC51A25017101263f
Octal22117530532450274014677
Binary1001000111111011100010111010100101010111100000001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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