Html Css Color HEX #8041DD Blue Violet

📋 copy color: '#8041DD'

red 128 ◦ green 65 ◦ blue 221

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

Shades of Blue Violet #8041DD

Tints of Blue Violet #8041DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.7%

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

R = 30.92%
G = 15.7%
B = 53.38%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8041DD (or 0x8041DD) is known color: Blue Violet. HEX triplet: 80, 41 and DD. RGB value is (128,65,221). Sum of RGB (Red+Green+Blue) = 128+65+221=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #8041DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041DD is #7FBE22. Grayscale: #656565. Windows color (decimal): -8371747 or 14500224. OLE color: 14500224.

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

Color convert

RGB 128 65 221 -
CMYK 0.42 0.71 0 0.13
HSL 264.23º 0.7% 0.56% -
HSV(B) 264.23º 0.71% 0.87% -
XYZ 23.84 13.59 69.77 -
YUV 101.62 195.37 146.82 -
System Red Green Blue C M Y K H S L
Decimal 128 65 221 0.42 0.71 0 0.13 264.23 0.7 0.56
Hex 80 41 DD 2A 47 0 D 108 46 38
Octal 200 101 335 52 107 0 15 410 106 70
Binary 10000000 1000001 11011101 101010 1000111 0 1101 100001000 1000110 111000

Color Harmonies of #8041DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8041DD

Black with #8041DD

Text Example


Text Example

White with #8041DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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