#9375CA

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

Shades of True V #9375CA

Tints of True V #9375CA

Color information

#9375CA (or 0x9375CA) is unknown color: approx True V. HEX triplet: 93, 75 and CA. RGB value is (147,117,202). Sum of RGB (Red+Green+Blue) = 147+117+202=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #9375CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375CA is #6C8A35. Grayscale: #878787. Windows color (decimal): -7113270 or 13268371. OLE color: 13268371.

HSL color Cylindrical-coordinate representation of color #9375CA: hue angle of 261.18º 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 #9375CA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147117202-
CMYK0.270.4200.21
HSL261.18º44.5%62.55%-
HSV(B)261.18º42.08%79.22%-
XYZ29.0523.1958.82-
YUV135.66165.44136.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.55%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=31.55%
G=25.11%
B=43.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471172020.270.4200.21261.1844.562.55
Hex9375CA1B2A0151052d3f
Octal22316531233520254055577
Binary1001001111101011100101011011101010010101100000101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9375CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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