#9175CA

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

Shades of True V #9175CA

Tints of True V #9175CA

Color information

#9175CA (or 0x9175CA) is unknown color: approx True V. HEX triplet: 91, 75 and CA. RGB value is (145,117,202). Sum of RGB (Red+Green+Blue) = 145+117+202=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #9175CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175CA is #6E8A35. Grayscale: #868686. Windows color (decimal): -7244342 or 13268369. OLE color: 13268369.

HSL color Cylindrical-coordinate representation of color #9175CA: hue angle of 259.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9175CA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145117202-
CMYK0.280.4200.21
HSL259.76º44.5%62.55%-
HSV(B)259.76º42.08%79.22%-
XYZ28.723.0158.81-
YUV135.06165.78135.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.25%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=31.25%
G=25.22%
B=43.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451172020.280.4200.21259.7644.562.55
Hex9175CA1C2A0151042d3f
Octal22116531234520254045577
Binary1001000111101011100101011100101010010101100000100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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