#9303C6

Color #9303C6 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9303C6

Tints of Dark Violet #9303C6

Color information

#9303C6 (or 0x9303C6) is unknown color: approx Dark Violet. HEX triplet: 93, 03 and C6. RGB value is (147,3,198). Sum of RGB (Red+Green+Blue) = 147+3+198=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #9303C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303C6 is #6CFC39. Grayscale: #434343. Windows color (decimal): -7142458 or 12977043. OLE color: 12977043.

HSL color Cylindrical-coordinate representation of color #9303C6: hue angle of 284.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9303C6 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1473198-
CMYK0.260.9800.22
HSL284.31º97.01%39.41%-
HSV(B)284.31º98.48%77.65%-
XYZ22.2610.3554.25-
YUV68.29201.21184.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.24%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 198 (77.73% from 255) = 56.90%
R=42.24%
G=0.86%
B=56.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14731980.260.9800.22284.3197.0139.41
Hex933C61A6201611c6127
Octal22333063214202643414147
Binary1001001111110001101101011000100101101000111001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9303C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9303C6; }

 p { color: rgb(147,3,198); }

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

<style>
 a { background-color: #9303C6; }

 a { background-color: rgb(147,3,198); }

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

<style>
 span { border-color: #9303C6; }

 span { border-color: rgb(147,3,198); }

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