#917ABC

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

Shades of True V #917ABC

Tints of True V #917ABC

Color information

#917ABC (or 0x917ABC) is unknown color: approx True V. HEX triplet: 91, 7A and BC. RGB value is (145,122,188). Sum of RGB (Red+Green+Blue) = 145+122+188=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #917ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ABC is #6E8543. Grayscale: #888888. Windows color (decimal): -7243076 or 12352145. OLE color: 12352145.

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

Color convert

RGB145122188-
CMYK0.230.3500.26
HSL260.91º33%60.78%-
HSV(B)260.91º35.11%73.73%-
XYZ27.7123.5750.67-
YUV136.4157.12134.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.87%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=31.87%
G=26.81%
B=41.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451221880.230.3500.26260.913360.78
Hex917ABC172301A105213d
Octal22117227427430324054175
Binary1001000111110101011110010111100011011010100000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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