#917FC4

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

Shades of True V #917FC4

Tints of True V #917FC4

Color information

#917FC4 (or 0x917FC4) is unknown color: approx True V. HEX triplet: 91, 7F and C4. RGB value is (145,127,196). Sum of RGB (Red+Green+Blue) = 145+127+196=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #917FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FC4 is #6E803B. Grayscale: #8B8B8B. Windows color (decimal): -7241788 or 12877713. OLE color: 12877713.

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

Color convert

RGB145127196-
CMYK0.260.3500.23
HSL255.65º36.9%63.33%-
HSV(B)255.65º35.2%76.86%-
XYZ29.2325.1855.54-
YUV140.25159.46131.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=30.98%
G=27.14%
B=41.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451271960.260.3500.23255.6536.963.33
Hex917FC41A23017100253f
Octal22117730432430274004577
Binary1001000111111111100010011010100011010111100000000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,196); }

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

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

 a { background-color: rgb(145,127,196); }

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

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

 span { border-color: rgb(145,127,196); }

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