#917DBC

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

Shades of True V #917DBC

Tints of True V #917DBC

Color information

#917DBC (or 0x917DBC) is unknown color: approx True V. HEX triplet: 91, 7D and BC. RGB value is (145,125,188). Sum of RGB (Red+Green+Blue) = 145+125+188=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #917DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DBC is #6E8243. Grayscale: #898989. Windows color (decimal): -7242308 or 12352913. OLE color: 12352913.

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

Color convert

RGB145125188-
CMYK0.230.3400.26
HSL259.05º31.98%61.37%-
HSV(B)259.05º33.51%73.73%-
XYZ28.0924.3250.79-
YUV138.16156.13132.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.66%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=31.66%
G=27.29%
B=41.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451251880.230.3400.26259.0531.9861.37
Hex917DBC172201A103203d
Octal22117527427420324034075
Binary1001000111111011011110010111100010011010100000011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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