#9176D0

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

Shades of True V #9176D0

Tints of True V #9176D0

Color information

#9176D0 (or 0x9176D0) is unknown color: approx True V. HEX triplet: 91, 76 and D0. RGB value is (145,118,208). Sum of RGB (Red+Green+Blue) = 145+118+208=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #9176D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176D0 is #6E892F. Grayscale: #888888. Windows color (decimal): -7244080 or 13661841. OLE color: 13661841.

HSL color Cylindrical-coordinate representation of color #9176D0: hue angle of 258º 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 #9176D0 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145118208-
CMYK0.300.4300.18
HSL258º48.91%63.92%-
HSV(B)258º43.27%81.57%-
XYZ29.5423.5362.66-
YUV136.33168.45134.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.79%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 208 (81.64% from 255) = 44.16%
R=30.79%
G=25.05%
B=44.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451182080.300.4300.1825848.9163.92
Hex9176D01E2B0121023140
Octal221166320365302240261100
Binary10010001111011011010000111101010110100101000000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9176D0; }

 p { color: rgb(145,118,208); }

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

<style>
 a { background-color: #9176D0; }

 a { background-color: rgb(145,118,208); }

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

<style>
 span { border-color: #9176D0; }

 span { border-color: rgb(145,118,208); }

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