Html Css Color HEX #8013DF Blue Violet

📋 copy color: '#8013DF'

red 128 ◦ green 19 ◦ blue 223

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

Shades of Blue Violet #8013DF

Tints of Blue Violet #8013DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.27%

R = 34.59%
G = 5.14%
B = 60.27%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8013DF (or 0x8013DF) is known color: Blue Violet. HEX triplet: 80, 13 and DF. RGB value is (128,19,223). Sum of RGB (Red+Green+Blue) = 128+19+223=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #8013DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013DF is #7FEC20. Grayscale: #4A4A4A. Windows color (decimal): -8383521 or 14619520. OLE color: 14619520.

HSL color Cylindrical-coordinate representation of color #8013DF: hue angle of 272.06º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8013DF is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 19 223 -
CMYK 0.43 0.91 0 0.13
HSL 272.06º 0.84% 0.47% -
HSV(B) 272.06º 0.91% 0.87% -
XYZ 22.45 10.38 70.63 -
YUV 74.85 211.61 165.91 -
System Red Green Blue C M Y K H S L
Decimal 128 19 223 0.43 0.91 0 0.13 272.06 0.84 0.47
Hex 80 13 DF 2B 5B 0 D 110 54 2F
Octal 200 23 337 53 133 0 15 420 124 57
Binary 10000000 10011 11011111 101011 1011011 0 1101 100010000 1010100 101111

Color Harmonies of #8013DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8013DF

Black with #8013DF

Text Example


Text Example

White with #8013DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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