#917BBF

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

Shades of True V #917BBF

Tints of True V #917BBF

Color information

#917BBF (or 0x917BBF) is unknown color: approx True V. HEX triplet: 91, 7B and BF. RGB value is (145,123,191). Sum of RGB (Red+Green+Blue) = 145+123+191=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #917BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BBF is #6E8440. Grayscale: #898989. Windows color (decimal): -7242817 or 12549009. OLE color: 12549009.

HSL color Cylindrical-coordinate representation of color #917BBF: hue angle of 259.41º 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 #917BBF is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145123191-
CMYK0.240.3600.25
HSL259.41º34.69%61.57%-
HSV(B)259.41º35.6%74.9%-
XYZ28.1623.9552.43-
YUV137.33158.29133.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.59%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 191 (75% from 255) = 41.61%
R=31.59%
G=26.80%
B=41.61%

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
Decimal1451231910.240.3600.25259.4134.6961.57
Hex917BBF1824019103233e
Octal22117327730440314034376
Binary1001000111110111011111111000100100011001100000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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