#9170D0

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

Shades of True V #9170D0

Tints of True V #9170D0

Color information

#9170D0 (or 0x9170D0) is unknown color: approx True V. HEX triplet: 91, 70 and D0. RGB value is (145,112,208). Sum of RGB (Red+Green+Blue) = 145+112+208=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #9170D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9170D0 is #6E8F2F. Grayscale: #848484. Windows color (decimal): -7245616 or 13660305. OLE color: 13660305.

HSL color Cylindrical-coordinate representation of color #9170D0: hue angle of 260.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9170D0 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145112208-
CMYK0.300.4600.18
HSL260.62º50.53%62.75%-
HSV(B)260.62º46.15%81.57%-
XYZ28.8622.1662.43-
YUV132.81170.43136.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 112 (44.14% from 255) = 24.09%
BLUE value IS 208 (81.64% from 255) = 44.73%
R=31.18%
G=24.09%
B=44.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451122080.300.4600.18260.6250.5362.75
Hex9170D01E2E012105333f
Octal22116032036560224056377
Binary1001000111100001101000011110101110010010100000101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9170D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9170D0; }

 p { color: rgb(145,112,208); }

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

<style>
 a { background-color: #9170D0; }

 a { background-color: rgb(145,112,208); }

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

<style>
 span { border-color: #9170D0; }

 span { border-color: rgb(145,112,208); }

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