Html Css Color HEX #8040FD Blue Violet

📋 copy color: '#8040FD'

red 128 ◦ green 64 ◦ blue 253

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

Shades of Blue Violet #8040FD

Tints of Blue Violet #8040FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 28.76%
G = 14.38%
B = 56.85%

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

#8040FD (or 0x8040FD) is known color: Blue Violet. HEX triplet: 80, 40 and FD. RGB value is (128,64,253). Sum of RGB (Red+Green+Blue) = 128+64+253=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #8040FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8040FD is #7FBF02. Grayscale: #676767. Windows color (decimal): -8371971 or 16597120. OLE color: 16597120.

HSL color Cylindrical-coordinate representation of color #8040FD: hue angle of 260.32º degrees, saturation: 0.98, 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 #8040FD is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 64 253 -
CMYK 0.49 0.75 0 0.01
HSL 260.32º 0.98% 0.62% -
HSV(B) 260.32º 0.75% 0.99% -
XYZ 28.47 15.35 94.39 -
YUV 104.68 211.7 144.63 -
System Red Green Blue C M Y K H S L
Decimal 128 64 253 0.49 0.75 0 0.01 260.32 0.98 0.62
Hex 80 40 FD 31 4B 0 1 104 62 3E
Octal 200 100 375 61 113 0 1 404 142 76
Binary 10000000 1000000 11111101 110001 1001011 0 1 100000100 1100010 111110

Color Harmonies of #8040FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8040FD

Black with #8040FD

Text Example


Text Example

White with #8040FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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