#917BCB

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

Shades of True V #917BCB

Tints of True V #917BCB

Color information

#917BCB (or 0x917BCB) is unknown color: approx True V. HEX triplet: 91, 7B and CB. RGB value is (145,123,203). Sum of RGB (Red+Green+Blue) = 145+123+203=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #917BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BCB is #6E8434. Grayscale: #8A8A8A. Windows color (decimal): -7242805 or 13335441. OLE color: 13335441.

HSL color Cylindrical-coordinate representation of color #917BCB: hue angle of 256.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #917BCB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145123203-
CMYK0.290.3900.20
HSL256.5º43.48%63.92%-
HSV(B)256.5º39.41%79.61%-
XYZ29.5424.559.67-
YUV138.7164.29132.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.79%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=30.79%
G=26.11%
B=43.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451232030.290.3900.20256.543.4863.92
Hex917BCB1D270141002b40
Octal221173313354702440053100
Binary10010001111101111001011111011001110101001000000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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