#917ed2

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

Shades of True V #917ED2

Tints of True V #917ED2

Color information

#917ED2 (or 0x917ED2) is unknown color: approx True V. HEX triplet: 91, 7E and D2. RGB value is (145,126,210). Sum of RGB (Red+Green+Blue) = 145+126+210=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #917ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ED2 is #6E812D. Grayscale: #8C8C8C. Windows color (decimal): -7242030 or 13794961. OLE color: 13794961.

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

Color convert

RGB145126210-
CMYK0.310.400.18
HSL253.57º48.28%65.88%-
HSV(B)253.57º40%82.35%-
XYZ30.7725.5964.29-
YUV141.26166.79130.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.15%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 210 (82.42% from 255) = 43.66%
R=30.15%
G=26.20%
B=43.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451262100.310.400.18253.5748.2865.88
Hex917ED21F28012fe3042
Octal221176322375002237660102
Binary1001000111111101101001011111101000010010111111101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917ed2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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