#917BC0

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

Shades of True V #917BC0

Tints of True V #917BC0

Color information

#917BC0 (or 0x917BC0) is unknown color: approx True V. HEX triplet: 91, 7B and C0. RGB value is (145,123,192). Sum of RGB (Red+Green+Blue) = 145+123+192=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #917BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BC0 is #6E843F. Grayscale: #898989. Windows color (decimal): -7242816 or 12614545. OLE color: 12614545.

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

Color convert

RGB145123192-
CMYK0.240.3600.25
HSL259.13º35.38%61.76%-
HSV(B)259.13º35.94%75.29%-
XYZ28.2723.9953.01-
YUV137.44158.79133.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.52%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 192 (75.39% from 255) = 41.74%
R=31.52%
G=26.74%
B=41.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451231920.240.3600.25259.1335.3861.76
Hex917BC01824019103233e
Octal22117330030440314034376
Binary1001000111110111100000011000100100011001100000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,123,192); }

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

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

 a { background-color: rgb(145,123,192); }

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

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

 span { border-color: rgb(145,123,192); }

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