Html Css Color HEX #8029DD Blue Violet

📋 copy color: '#8029DD'

red 128 ◦ green 41 ◦ blue 221

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

Shades of Blue Violet #8029DD

Tints of Blue Violet #8029DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.51%

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

R = 32.82%
G = 10.51%
B = 56.67%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8029DD (or 0x8029DD) is known color: Blue Violet. HEX triplet: 80, 29 and DD. RGB value is (128,41,221). Sum of RGB (Red+Green+Blue) = 128+41+221=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #8029DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8029DD is #7FD622. Grayscale: #565656. Windows color (decimal): -8377891 or 14494080. OLE color: 14494080.

HSL color Cylindrical-coordinate representation of color #8029DD: hue angle of 269º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8029DD is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 41 221 -
CMYK 0.42 0.81 0 0.13
HSL 269º 0.73% 0.51% -
HSV(B) 269º 0.81% 0.87% -
XYZ 22.75 11.4 69.41 -
YUV 87.53 203.32 156.86 -
System Red Green Blue C M Y K H S L
Decimal 128 41 221 0.42 0.81 0 0.13 269 0.73 0.51
Hex 80 29 DD 2A 51 0 D 10D 49 33
Octal 200 51 335 52 121 0 15 415 111 63
Binary 10000000 101001 11011101 101010 1010001 0 1101 100001101 1001001 110011

Color Harmonies of #8029DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8029DD

Black with #8029DD

Text Example


Text Example

White with #8029DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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