#9177D1

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

Shades of True V #9177D1

Tints of True V #9177D1

Color information

#9177D1 (or 0x9177D1) is unknown color: approx True V. HEX triplet: 91, 77 and D1. RGB value is (145,119,209). Sum of RGB (Red+Green+Blue) = 145+119+209=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #9177D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177D1 is #6E882E. Grayscale: #888888. Windows color (decimal): -7243823 or 13727633. OLE color: 13727633.

HSL color Cylindrical-coordinate representation of color #9177D1: hue angle of 257.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9177D1 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145119209-
CMYK0.310.4300.18
HSL257.33º49.45%64.31%-
HSV(B)257.33º43.06%81.96%-
XYZ29.7823.8263.35-
YUV137.03168.61133.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.66%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 209 (82.03% from 255) = 44.19%
R=30.66%
G=25.16%
B=44.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451192090.310.4300.18257.3349.4564.31
Hex9177D11F2B0121013140
Octal221167321375302240161100
Binary10010001111011111010001111111010110100101000000011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9177D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9177D1; }

 p { color: rgb(145,119,209); }

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

<style>
 a { background-color: #9177D1; }

 a { background-color: rgb(145,119,209); }

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

<style>
 span { border-color: #9177D1; }

 span { border-color: rgb(145,119,209); }

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