#9300DB

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

Shades of Dark Violet #9300DB

Tints of Dark Violet #9300DB

Color information

#9300DB (or 0x9300DB) is unknown color: approx Dark Violet. HEX triplet: 93, 00 and DB. RGB value is (147,0,219). Sum of RGB (Red+Green+Blue) = 147+0+219=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #9300DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300DB is #6CFF24. Grayscale: #444444. Windows color (decimal): -7143205 or 14352531. OLE color: 14352531.

HSL color Cylindrical-coordinate representation of color #9300DB: hue angle of 280.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300DB is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1470219-
CMYK0.33100.14
HSL280.27º100%42.94%-
HSV(B)280.27º100%85.88%-
XYZ24.8211.3267.89-
YUV68.92212.7183.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 219 (85.94% from 255) = 59.84%
R=40.16%
G=0%
B=59.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14702190.33100.14280.2710042.94
Hex930DB21640E118642b
Octal22303334114401643014453
Binary100100110110110111000011100100011101000110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9300DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9300DB; }

 p { color: rgb(147,0,219); }

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

<style>
 a { background-color: #9300DB; }

 a { background-color: rgb(147,0,219); }

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

<style>
 span { border-color: #9300DB; }

 span { border-color: rgb(147,0,219); }

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