#943BA6

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

Shades of Vivid Violet #943BA6

Tints of Vivid Violet #943BA6

Color information

#943BA6 (or 0x943BA6) is unknown color: approx Vivid Violet. HEX triplet: 94, 3B and A6. RGB value is (148,59,166). Sum of RGB (Red+Green+Blue) = 148+59+166=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #943BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943BA6 is #6BC459. Grayscale: #616161. Windows color (decimal): -7062618 or 10894228. OLE color: 10894228.

HSL color Cylindrical-coordinate representation of color #943BA6: hue angle of 289.91º degrees, saturation: 0.48, 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 #943BA6 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14859166-
CMYK0.110.6400.35
HSL289.91º47.56%44.12%-
HSV(B)289.91º64.46%65.1%-
XYZ20.6612.1837.34-
YUV97.81166.49163.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 166 (65.23% from 255) = 44.50%
R=39.68%
G=15.82%
B=44.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148591660.110.6400.35289.9147.5644.12
Hex943BA6B40023122302c
Octal22473246131000434426054
Binary1001010011101110100110101110000000100011100100010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,59,166); }

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

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

 a { background-color: rgb(148,59,166); }

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

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

 span { border-color: rgb(148,59,166); }

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