Html Css Color HEX #8041D5 Blue Violet

📋 copy color: '#8041D5'

red 128 ◦ green 65 ◦ blue 213

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

Shades of Blue Violet #8041D5

Tints of Blue Violet #8041D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.46%

R = 31.53%
G = 16.01%
B = 52.46%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8041D5 (or 0x8041D5) is known color: Blue Violet. HEX triplet: 80, 41 and D5. RGB value is (128,65,213). Sum of RGB (Red+Green+Blue) = 128+65+213=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #8041D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041D5 is #7FBE2A. Grayscale: #646464. Windows color (decimal): -8371755 or 13975936. OLE color: 13975936.

HSL color Cylindrical-coordinate representation of color #8041D5: hue angle of 265.54º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8041D5 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 65 213 -
CMYK 0.40 0.69 0 0.16
HSL 265.54º 0.64% 0.55% -
HSV(B) 265.54º 0.69% 0.84% -
XYZ 22.8 13.17 64.29 -
YUV 100.71 191.37 147.47 -
System Red Green Blue C M Y K H S L
Decimal 128 65 213 0.40 0.69 0 0.16 265.54 0.64 0.55
Hex 80 41 D5 28 45 0 10 10A 40 37
Octal 200 101 325 50 105 0 20 412 100 67
Binary 10000000 1000001 11010101 101000 1000101 0 10000 100001010 1000000 110111

Color Harmonies of #8041D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8041D5

Black with #8041D5

Text Example


Text Example

White with #8041D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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