Html Css Color HEX #8040FF Blue Violet

📋 copy color: '#8040FF'

red 128 ◦ green 64 ◦ blue 255

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

Shades of Blue Violet #8040FF

Tints of Blue Violet #8040FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.32%

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

R = 28.64%
G = 14.32%
B = 57.05%

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

#8040FF (or 0x8040FF) is known color: Blue Violet. HEX triplet: 80, 40 and FF. RGB value is (128,64,255). Sum of RGB (Red+Green+Blue) = 128+64+255=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #8040FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8040FF is #7FBF00. Grayscale: #686868. Windows color (decimal): -8371969 or 16728192. OLE color: 16728192.

HSL color Cylindrical-coordinate representation of color #8040FF: hue angle of 260.1º 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 #8040FF is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 64 255 -
CMYK 0.50 0.75 0 0
HSL 260.1º 1% 0.63% -
HSV(B) 260.1º 0.75% 1% -
XYZ 28.79 15.48 96.08 -
YUV 104.91 212.7 144.47 -
System Red Green Blue C M Y K H S L
Decimal 128 64 255 0.50 0.75 0 0 260.1 1 0.63
Hex 80 40 FF 32 4B 0 0 104 64 3F
Octal 200 100 377 62 113 0 0 404 144 77
Binary 10000000 1000000 11111111 110010 1001011 0 0 100000100 1100100 111111

Color Harmonies of #8040FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8040FF

Black with #8040FF

Text Example


Text Example

White with #8040FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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