#943CA5

Color #943CA5 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #943CA5

Tints of Vivid Violet #943CA5

Color information

#943CA5 (or 0x943CA5) is unknown color: approx Vivid Violet. HEX triplet: 94, 3C and A5. RGB value is (148,60,165). Sum of RGB (Red+Green+Blue) = 148+60+165=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #943CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943CA5 is #6BC35A. Grayscale: #616161. Windows color (decimal): -7062363 or 10828948. OLE color: 10828948.

HSL color Cylindrical-coordinate representation of color #943CA5: hue angle of 290.29º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943CA5 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14860165-
CMYK0.100.6400.35
HSL290.29º46.67%44.12%-
HSV(B)290.29º63.64%64.71%-
XYZ20.6212.2436.87-
YUV98.28165.65163.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 60 (23.83% from 255) = 16.09%
BLUE value IS 165 (64.84% from 255) = 44.24%
R=39.68%
G=16.09%
B=44.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148601650.100.6400.35290.2946.6744.12
Hex943CA5A400231222f2c
Octal22474245121000434425754
Binary1001010011110010100101101010000000100011100100010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943CA5; }

 p { color: rgb(148,60,165); }

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

<style>
 a { background-color: #943CA5; }

 a { background-color: rgb(148,60,165); }

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

<style>
 span { border-color: #943CA5; }

 span { border-color: rgb(148,60,165); }

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