Html Css Color HEX #8013DD Blue Violet

📋 copy color: '#8013DD'

red 128 ◦ green 19 ◦ blue 221

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

Shades of Blue Violet #8013DD

Tints of Blue Violet #8013DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 34.78%
G = 5.16%
B = 60.05%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8013DD (or 0x8013DD) is known color: Blue Violet. HEX triplet: 80, 13 and DD. RGB value is (128,19,221). Sum of RGB (Red+Green+Blue) = 128+19+221=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #8013DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013DD is #7FEC22. Grayscale: #494949. Windows color (decimal): -8383523 or 14488448. OLE color: 14488448.

HSL color Cylindrical-coordinate representation of color #8013DD: hue angle of 272.38º 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 #8013DD is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 19 221 -
CMYK 0.42 0.91 0 0.13
HSL 272.38º 0.84% 0.47% -
HSV(B) 272.38º 0.91% 0.87% -
XYZ 22.19 10.28 69.22 -
YUV 74.62 210.61 166.07 -
System Red Green Blue C M Y K H S L
Decimal 128 19 221 0.42 0.91 0 0.13 272.38 0.84 0.47
Hex 80 13 DD 2A 5B 0 D 110 54 2F
Octal 200 23 335 52 133 0 15 420 124 57
Binary 10000000 10011 11011101 101010 1011011 0 1101 100010000 1010100 101111

Color Harmonies of #8013DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8013DD

Black with #8013DD

Text Example


Text Example

White with #8013DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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