#917EC2

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

Shades of True V #917EC2

Tints of True V #917EC2

Color information

#917EC2 (or 0x917EC2) is unknown color: approx True V. HEX triplet: 91, 7E and C2. RGB value is (145,126,194). Sum of RGB (Red+Green+Blue) = 145+126+194=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #917EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EC2 is #6E813D. Grayscale: #8B8B8B. Windows color (decimal): -7242046 or 12746385. OLE color: 12746385.

HSL color Cylindrical-coordinate representation of color #917EC2: hue angle of 256.76º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #917EC2 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB145126194-
CMYK0.250.3500.24
HSL256.76º35.79%62.75%-
HSV(B)256.76º35.05%76.08%-
XYZ28.8824.8454.31-
YUV139.43158.79131.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.18%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 194 (76.17% from 255) = 41.72%
R=31.18%
G=27.10%
B=41.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451261940.250.3500.24256.7635.7962.75
Hex917EC21923018101243f
Octal22117630231430304014477
Binary1001000111111101100001011001100011011000100000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,126,194); }

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

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

 a { background-color: rgb(145,126,194); }

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

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

 span { border-color: rgb(145,126,194); }

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