#917AD1

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

Shades of True V #917AD1

Tints of True V #917AD1

Color information

#917AD1 (or 0x917AD1) is unknown color: approx True V. HEX triplet: 91, 7A and D1. RGB value is (145,122,209). Sum of RGB (Red+Green+Blue) = 145+122+209=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #917AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917AD1 is #6E852E. Grayscale: #8A8A8A. Windows color (decimal): -7243055 or 13728401. OLE color: 13728401.

HSL color Cylindrical-coordinate representation of color #917AD1: hue angle of 255.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #917AD1 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145122209-
CMYK0.310.4200.18
HSL255.86º48.6%64.9%-
HSV(B)255.86º41.63%81.96%-
XYZ30.1524.5463.47-
YUV138.79167.62132.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.46%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 209 (82.03% from 255) = 43.91%
R=30.46%
G=25.63%
B=43.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451222090.310.4200.18255.8648.664.9
Hex917AD11F2A0121003141
Octal221172321375202240061101
Binary10010001111101011010001111111010100100101000000001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,122,209); }

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

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

 a { background-color: rgb(145,122,209); }

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

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

 span { border-color: rgb(145,122,209); }

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