Html Css Color HEX #8041FF Blue Violet

📋 copy color: '#8041FF'

red 128 ◦ green 65 ◦ blue 255

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

Shades of Blue Violet #8041FF

Tints of Blue Violet #8041FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 28.57%
G = 14.51%
B = 56.92%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8041FF (or 0x8041FF) is known color: Blue Violet. HEX triplet: 80, 41 and FF. RGB value is (128,65,255). Sum of RGB (Red+Green+Blue) = 128+65+255=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #8041FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8041FF is #7FBE00. Grayscale: #686868. Windows color (decimal): -8371713 or 16728448. OLE color: 16728448.

HSL color Cylindrical-coordinate representation of color #8041FF: hue angle of 259.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8041FF is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 65 255 -
CMYK 0.50 0.75 0 0
HSL 259.89º 1% 0.63% -
HSV(B) 259.89º 0.75% 1% -
XYZ 28.84 15.59 96.1 -
YUV 105.5 212.37 144.05 -
System Red Green Blue C M Y K H S L
Decimal 128 65 255 0.50 0.75 0 0 259.89 1 0.63
Hex 80 41 FF 32 4B 0 0 104 64 3F
Octal 200 101 377 62 113 0 0 404 144 77
Binary 10000000 1000001 11111111 110010 1001011 0 0 100000100 1100100 111111

Color Harmonies of #8041FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8041FF

Black with #8041FF

Text Example


Text Example

White with #8041FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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