Html Css Color HEX #8013DA Blue Violet

📋 copy color: '#8013DA'

red 128 ◦ green 19 ◦ blue 218

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

Shades of Blue Violet #8013DA

Tints of Blue Violet #8013DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.73%

R = 35.07%
G = 5.21%
B = 59.73%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8013DA (or 0x8013DA) is known color: Blue Violet. HEX triplet: 80, 13 and DA. RGB value is (128,19,218). Sum of RGB (Red+Green+Blue) = 128+19+218=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #8013DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013DA is #7FEC25. Grayscale: #494949. Windows color (decimal): -8383526 or 14291840. OLE color: 14291840.

HSL color Cylindrical-coordinate representation of color #8013DA: hue angle of 272.86º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8013DA is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 19 218 -
CMYK 0.41 0.91 0 0.15
HSL 272.86º 0.84% 0.46% -
HSV(B) 272.86º 0.91% 0.85% -
XYZ 21.79 10.12 67.13 -
YUV 74.28 209.11 166.32 -
System Red Green Blue C M Y K H S L
Decimal 128 19 218 0.41 0.91 0 0.15 272.86 0.84 0.46
Hex 80 13 DA 29 5B 0 F 111 54 2E
Octal 200 23 332 51 133 0 17 421 124 56
Binary 10000000 10011 11011010 101001 1011011 0 1111 100010001 1010100 101110

Color Harmonies of #8013DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8013DA

Black with #8013DA

Text Example


Text Example

White with #8013DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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