#917CBC

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

Shades of True V #917CBC

Tints of True V #917CBC

Color information

#917CBC (or 0x917CBC) is unknown color: approx True V. HEX triplet: 91, 7C and BC. RGB value is (145,124,188). Sum of RGB (Red+Green+Blue) = 145+124+188=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #917CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CBC is #6E8343. Grayscale: #898989. Windows color (decimal): -7242564 or 12352657. OLE color: 12352657.

HSL color Cylindrical-coordinate representation of color #917CBC: hue angle of 259.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #917CBC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145124188-
CMYK0.230.3400.26
HSL259.69º32.32%61.18%-
HSV(B)259.69º34.04%73.73%-
XYZ27.9624.0750.75-
YUV137.57156.46133.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.73%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=31.73%
G=27.13%
B=41.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451241880.230.3400.26259.6932.3261.18
Hex917CBC172201A104203d
Octal22117427427420324044075
Binary1001000111111001011110010111100010011010100000100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,188); }

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

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

 a { background-color: rgb(145,124,188); }

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

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

 span { border-color: rgb(145,124,188); }

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