#8303C1

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

Shades of Dark Violet #8303C1

Tints of Dark Violet #8303C1

Color information

#8303C1 (or 0x8303C1) is unknown color: approx Dark Violet. HEX triplet: 83, 03 and C1. RGB value is (131,3,193). Sum of RGB (Red+Green+Blue) = 131+3+193=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #8303C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8303C1 is #7CFC3E. Grayscale: #3E3E3E. Windows color (decimal): -8191039 or 12649347. OLE color: 12649347.

HSL color Cylindrical-coordinate representation of color #8303C1: hue angle of 280.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8303C1 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1313193-
CMYK0.320.9800.24
HSL280.42º96.94%38.43%-
HSV(B)280.42º98.45%75.69%-
XYZ19.028.7451.14-
YUV62.93201.41176.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 3 (1.56% from 255) = 0.92%
BLUE value IS 193 (75.78% from 255) = 59.02%
R=40.06%
G=0.92%
B=59.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13131930.320.9800.24280.4296.9438.43
Hex833C120620181186126
Octal20333014014203043014146
Binary10000011111100000110000011000100110001000110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8303C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8303C1; }

 p { color: rgb(131,3,193); }

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

<style>
 a { background-color: #8303C1; }

 a { background-color: rgb(131,3,193); }

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

<style>
 span { border-color: #8303C1; }

 span { border-color: rgb(131,3,193); }

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