#917CBE

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

Shades of True V #917CBE

Tints of True V #917CBE

Color information

#917CBE (or 0x917CBE) is unknown color: approx True V. HEX triplet: 91, 7C and BE. RGB value is (145,124,190). Sum of RGB (Red+Green+Blue) = 145+124+190=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #917CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CBE is #6E8341. Grayscale: #898989. Windows color (decimal): -7242562 or 12483729. OLE color: 12483729.

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

Color convert

RGB145124190-
CMYK0.240.3500.25
HSL259.09º33.67%61.57%-
HSV(B)259.09º34.74%74.51%-
XYZ28.1824.1551.89-
YUV137.8157.46133.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.59%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=31.59%
G=27.02%
B=41.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451241900.240.3500.25259.0933.6761.57
Hex917CBE1823019103223e
Octal22117427630430314034276
Binary1001000111111001011111011000100011011001100000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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