Html Css Color HEX #8040FC Blue Violet

📋 copy color: '#8040FC'

red 128 ◦ green 64 ◦ blue 252

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

Shades of Blue Violet #8040FC

Tints of Blue Violet #8040FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 28.83%
G = 14.41%
B = 56.76%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8040FC (or 0x8040FC) is known color: Blue Violet. HEX triplet: 80, 40 and FC. RGB value is (128,64,252). Sum of RGB (Red+Green+Blue) = 128+64+252=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #8040FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8040FC is #7FBF03. Grayscale: #676767. Windows color (decimal): -8371972 or 16531584. OLE color: 16531584.

HSL color Cylindrical-coordinate representation of color #8040FC: hue angle of 260.43º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8040FC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 64 252 -
CMYK 0.49 0.75 0 0.01
HSL 260.43º 0.97% 0.62% -
HSV(B) 260.43º 0.75% 0.99% -
XYZ 28.31 15.28 93.55 -
YUV 104.57 211.2 144.71 -
System Red Green Blue C M Y K H S L
Decimal 128 64 252 0.49 0.75 0 0.01 260.43 0.97 0.62
Hex 80 40 FC 31 4B 0 1 104 61 3E
Octal 200 100 374 61 113 0 1 404 141 76
Binary 10000000 1000000 11111100 110001 1001011 0 1 100000100 1100001 111110

Color Harmonies of #8040FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8040FC

Black with #8040FC

Text Example


Text Example

White with #8040FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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