#9379CA

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

Shades of True V #9379CA

Tints of True V #9379CA

Color information

#9379CA (or 0x9379CA) is unknown color: approx True V. HEX triplet: 93, 79 and CA. RGB value is (147,121,202). Sum of RGB (Red+Green+Blue) = 147+121+202=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #9379CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379CA is #6C8635. Grayscale: #898989. Windows color (decimal): -7112246 or 13269395. OLE color: 13269395.

HSL color Cylindrical-coordinate representation of color #9379CA: hue angle of 259.26º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9379CA is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147121202-
CMYK0.270.4000.21
HSL259.26º43.32%63.33%-
HSV(B)259.26º40.1%79.22%-
XYZ29.5324.1458.98-
YUV138.01164.11134.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=31.28%
G=25.74%
B=42.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471212020.270.4000.21259.2643.3263.33
Hex9379CA1B280151032b3f
Octal22317131233500254035377
Binary1001001111110011100101011011101000010101100000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9379CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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