#9300CA

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

Shades of Dark Violet #9300CA

Tints of Dark Violet #9300CA

Color information

#9300CA (or 0x9300CA) is unknown color: approx Dark Violet. HEX triplet: 93, 00 and CA. RGB value is (147,0,202). Sum of RGB (Red+Green+Blue) = 147+0+202=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #9300CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300CA is #6CFF35. Grayscale: #424242. Windows color (decimal): -7143222 or 13238419. OLE color: 13238419.

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

Color convert

RGB1470202-
CMYK0.27100.21
HSL283.66º100%39.61%-
HSV(B)283.66º100%79.22%-
XYZ22.6910.4756.7-
YUV66.98204.2185.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=42.12%
G=0%
B=57.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14702020.27100.21283.6610039.61
Hex930CA1B6401511c6428
Octal22303123314402543414450
Binary100100110110010101101111001000101011000111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9300CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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