#917DC3

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

Shades of True V #917DC3

Tints of True V #917DC3

Color information

#917DC3 (or 0x917DC3) is unknown color: approx True V. HEX triplet: 91, 7D and C3. RGB value is (145,125,195). Sum of RGB (Red+Green+Blue) = 145+125+195=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #917DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DC3 is #6E823C. Grayscale: #8A8A8A. Windows color (decimal): -7242301 or 12811665. OLE color: 12811665.

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

Color convert

RGB145125195-
CMYK0.260.3600.24
HSL257.14º36.84%62.75%-
HSV(B)257.14º35.9%76.47%-
XYZ28.8624.6354.86-
YUV138.96159.63132.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=31.18%
G=26.88%
B=41.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451251950.260.3600.24257.1436.8462.75
Hex917DC31A24018101253f
Octal22117530332440304014577
Binary1001000111111011100001111010100100011000100000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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