#9300ce

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

Shades of Dark Violet #9300CE

Tints of Dark Violet #9300CE

Color information

#9300CE (or 0x9300CE) is unknown color: approx Dark Violet. HEX triplet: 93, 00 and CE. RGB value is (147,0,206). Sum of RGB (Red+Green+Blue) = 147+0+206=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #9300CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300CE is #6CFF31. Grayscale: #424242. Windows color (decimal): -7143218 or 13500563. OLE color: 13500563.

HSL color Cylindrical-coordinate representation of color #9300CE: hue angle of 282.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300CE is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1470206-
CMYK0.29100.19
HSL282.82º100%40.39%-
HSV(B)282.82º100%80.78%-
XYZ23.1710.6659.23-
YUV67.44206.2184.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 206 (80.86% from 255) = 58.36%
R=41.64%
G=0%
B=58.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal14702060.29100.19282.8210040.39
Hex930CE1D6401311b6428
Octal22303163514402343314450
Binary100100110110011101110111001000100111000110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9300ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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