#9403BC

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

Shades of Dark Violet #9403BC

Tints of Dark Violet #9403BC

Color information

#9403BC (or 0x9403BC) is unknown color: approx Dark Violet. HEX triplet: 94, 03 and BC. RGB value is (148,3,188). Sum of RGB (Red+Green+Blue) = 148+3+188=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #9403BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9403BC is #6BFC43. Grayscale: #424242. Windows color (decimal): -7076932 or 12321684. OLE color: 12321684.

HSL color Cylindrical-coordinate representation of color #9403BC: hue angle of 287.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9403BC is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1483188-
CMYK0.210.9800.26
HSL287.03º96.86%37.45%-
HSV(B)287.03º98.4%73.73%-
XYZ21.329.9948.38-
YUV67.44196.04185.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 188 (73.83% from 255) = 55.46%
R=43.66%
G=0.88%
B=55.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14831880.210.9800.26287.0396.8637.45
Hex943BC156201A11f6125
Octal22432742514203243714145
Binary1001010011101111001010111000100110101000111111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9403BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9403BC; }

 p { color: rgb(148,3,188); }

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

<style>
 a { background-color: #9403BC; }

 a { background-color: rgb(148,3,188); }

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

<style>
 span { border-color: #9403BC; }

 span { border-color: rgb(148,3,188); }

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