Html Css Color HEX #8013BD Dark Violet

📋 copy color: '#8013BD'

red 128 ◦ green 19 ◦ blue 189

#8013BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8013BD

Tints of Dark Violet #8013BD

RGB

 RED value IS 128 (50.39% from 255) = 38.1%

 GREEN value IS 19 (7.81% from 255) = 5.65%

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 38.1%
G = 5.65%
B = 56.25%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8013BD (or 0x8013BD) is known color: Dark Violet. HEX triplet: 80, 13 and BD. RGB value is (128,19,189). Sum of RGB (Red+Green+Blue) = 128+19+189=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #8013BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013BD is #7FEC42. Grayscale: #464646. Windows color (decimal): -8383555 or 12391296. OLE color: 12391296.

HSL color Cylindrical-coordinate representation of color #8013BD: hue angle of 278.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8013BD is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 19 189 -
CMYK 0.32 0.90 0 0.26
HSL 278.47º 0.82% 0.41% -
HSV(B) 278.47º 0.9% 0.74% -
XYZ 18.32 8.73 48.86 -
YUV 70.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 128 19 189 0.32 0.90 0 0.26 278.47 0.82 0.41
Hex 80 13 BD 20 5A 0 1A 116 52 29
Octal 200 23 275 40 132 0 32 426 122 51
Binary 10000000 10011 10111101 100000 1011010 0 11010 100010110 1010010 101001

Color Harmonies of #8013BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8013BD

Black with #8013BD

Text Example


Text Example

White with #8013BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8013BD; }

 p { color: rgb(128,19,189); }

 H1.HeaderClassName
 {
   color: #8013BD;
 }
 .AnyTagClassName
 {
   color: #8013BD;
 }
</style>

background-color css

<style>
 a { background-color: #8013BD; }

 a { background-color: rgb(128,19,189); }

 div.DivClassName
 {
   background-color: #8013BD;
 }
 .BgClassName
 {
   background-color: #8013BD;
 }
</style>

border-color css

<style>
 span { border-color: #8013BD; }

 span { border-color: rgb(128,19,189); }

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