#917DCF

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

Shades of True V #917DCF

Tints of True V #917DCF

Color information

#917DCF (or 0x917DCF) is unknown color: approx True V. HEX triplet: 91, 7D and CF. RGB value is (145,125,207). Sum of RGB (Red+Green+Blue) = 145+125+207=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #917DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DCF is #6E8230. Grayscale: #8C8C8C. Windows color (decimal): -7242289 or 13598097. OLE color: 13598097.

HSL color Cylindrical-coordinate representation of color #917DCF: hue angle of 254.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #917DCF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145125207-
CMYK0.300.4000.19
HSL254.63º46.07%65.1%-
HSV(B)254.63º39.61%81.18%-
XYZ30.2725.1962.3-
YUV140.33165.63131.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.40%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=30.40%
G=26.21%
B=43.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451252070.300.4000.19254.6346.0765.1
Hex917DCF1E28013ff2e41
Octal221175317365002337756101
Binary1001000111111011100111111110101000010011111111111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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