#9303BE

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

Shades of Dark Violet #9303BE

Tints of Dark Violet #9303BE

Color information

#9303BE (or 0x9303BE) is unknown color: approx Dark Violet. HEX triplet: 93, 03 and BE. RGB value is (147,3,190). Sum of RGB (Red+Green+Blue) = 147+3+190=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #9303BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303BE is #6CFC41. Grayscale: #424242. Windows color (decimal): -7142466 or 12452755. OLE color: 12452755.

HSL color Cylindrical-coordinate representation of color #9303BE: hue angle of 286.2º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9303BE is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1473190-
CMYK0.230.9800.25
HSL286.2º96.89%37.84%-
HSV(B)286.2º98.42%74.51%-
XYZ21.369.9949.52-
YUV67.37197.21184.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 190 (74.61% from 255) = 55.88%
R=43.24%
G=0.88%
B=55.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14731900.230.9800.25286.296.8937.84
Hex933BE176201911e6126
Octal22332762714203143614146
Binary1001001111101111101011111000100110011000111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9303BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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