#917BCF

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

Shades of True V #917BCF

Tints of True V #917BCF

Color information

#917BCF (or 0x917BCF) is unknown color: approx True V. HEX triplet: 91, 7B and CF. RGB value is (145,123,207). Sum of RGB (Red+Green+Blue) = 145+123+207=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #917BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BCF is #6E8430. Grayscale: #8A8A8A. Windows color (decimal): -7242801 or 13597585. OLE color: 13597585.

HSL color Cylindrical-coordinate representation of color #917BCF: hue angle of 255.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917BCF is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145123207-
CMYK0.300.4100.19
HSL255.71º46.67%64.71%-
HSV(B)255.71º40.58%81.18%-
XYZ30.0224.6962.21-
YUV139.15166.29132.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.53%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=30.53%
G=25.89%
B=43.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451232070.300.4100.19255.7146.6764.71
Hex917BCF1E290131002f41
Octal221173317365102340057101
Binary10010001111101111001111111101010010100111000000001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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