#9175C5

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

Shades of True V #9175C5

Tints of True V #9175C5

Color information

#9175C5 (or 0x9175C5) is unknown color: approx True V. HEX triplet: 91, 75 and C5. RGB value is (145,117,197). Sum of RGB (Red+Green+Blue) = 145+117+197=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #9175C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175C5 is #6E8A3A. Grayscale: #868686. Windows color (decimal): -7244347 or 12940689. OLE color: 12940689.

HSL color Cylindrical-coordinate representation of color #9175C5: hue angle of 261º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9175C5 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB145117197-
CMYK0.260.4100.23
HSL261º40.82%61.57%-
HSV(B)261º40.61%77.25%-
XYZ28.1222.7755.74-
YUV134.49163.28135.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.59%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=31.59%
G=25.49%
B=42.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451171970.260.4100.2326140.8261.57
Hex9175C51A29017105293e
Octal22116530532510274055176
Binary1001000111101011100010111010101001010111100000101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9175C5; }

 p { color: rgb(145,117,197); }

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

<style>
 a { background-color: #9175C5; }

 a { background-color: rgb(145,117,197); }

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

<style>
 span { border-color: #9175C5; }

 span { border-color: rgb(145,117,197); }

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