#8B13C3

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

Shades of Dark Violet #8B13C3

Tints of Dark Violet #8B13C3

Color information

#8B13C3 (or 0x8B13C3) is unknown color: approx Dark Violet. HEX triplet: 8B, 13 and C3. RGB value is (139,19,195). Sum of RGB (Red+Green+Blue) = 139+19+195=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 195 (76.56% from 255 or 55.24% from 353); Max value from RGB is 195 - color contains mainly: blue. Hex color #8B13C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B13C3 is #74EC3C. Grayscale: #4A4A4A. Windows color (decimal): -7662653 or 12784523. OLE color: 12784523.

HSL color Cylindrical-coordinate representation of color #8B13C3: hue angle of 280.91º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B13C3 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13919195-
CMYK0.290.9000.24
HSL280.91º82.24%41.96%-
HSV(B)280.91º90.26%76.47%-
XYZ20.739.8952.45-
YUV74.94195.76173.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.38%
GREEN value IS 19 (7.81% from 255) = 5.38%
BLUE value IS 195 (76.56% from 255) = 55.24%
R=39.38%
G=5.38%
B=55.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139191950.290.9000.24280.9182.2441.96
Hex8B13C31D5A018119522a
Octal213233033513203043112252
Binary1000101110011110000111110110110100110001000110011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B13C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B13C3; }

 p { color: rgb(139,19,195); }

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

<style>
 a { background-color: #8B13C3; }

 a { background-color: rgb(139,19,195); }

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

<style>
 span { border-color: #8B13C3; }

 span { border-color: rgb(139,19,195); }

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