#9175D0

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

Shades of True V #9175D0

Tints of True V #9175D0

Color information

#9175D0 (or 0x9175D0) is unknown color: approx True V. HEX triplet: 91, 75 and D0. RGB value is (145,117,208). Sum of RGB (Red+Green+Blue) = 145+117+208=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #9175D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175D0 is #6E8A2F. Grayscale: #878787. Windows color (decimal): -7244336 or 13661585. OLE color: 13661585.

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

Color convert

RGB145117208-
CMYK0.300.4400.18
HSL258.46º49.19%63.73%-
HSV(B)258.46º43.75%81.57%-
XYZ29.4223.362.62-
YUV135.75168.78134.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=30.85%
G=24.89%
B=44.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451172080.300.4400.18258.4649.1963.73
Hex9175D01E2C0121023140
Octal221165320365402240261100
Binary10010001111010111010000111101011000100101000000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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