#9175CF

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

Shades of True V #9175CF

Tints of True V #9175CF

Color information

#9175CF (or 0x9175CF) is unknown color: approx True V. HEX triplet: 91, 75 and CF. RGB value is (145,117,207). Sum of RGB (Red+Green+Blue) = 145+117+207=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #9175CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175CF is #6E8A30. Grayscale: #878787. Windows color (decimal): -7244337 or 13596049. OLE color: 13596049.

HSL color Cylindrical-coordinate representation of color #9175CF: hue angle of 258.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9175CF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145117207-
CMYK0.300.4300.19
HSL258.67º48.39%63.53%-
HSV(B)258.67º43.48%81.18%-
XYZ29.323.2561.97-
YUV135.63168.28134.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.92%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=30.92%
G=24.95%
B=44.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451172070.300.4300.19258.6748.3963.53
Hex9175CF1E2B0131033040
Octal221165317365302340360100
Binary10010001111010111001111111101010110100111000000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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