#8A41FD

Color #8A41FD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8A41FD

Tints of Blue Violet #8A41FD

Color information

#8A41FD (or 0x8A41FD) is unknown color: approx Blue Violet. HEX triplet: 8A, 41 and FD. RGB value is (138,65,253). Sum of RGB (Red+Green+Blue) = 138+65+253=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A41FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A41FD is #75BE02. Grayscale: #6B6B6B. Windows color (decimal): -7716355 or 16597386. OLE color: 16597386.

HSL color Cylindrical-coordinate representation of color #8A41FD: hue angle of 263.3º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A41FD is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13865253-
CMYK0.450.7400.01
HSL263.3º97.92%62.35%-
HSV(B)263.3º74.31%99.22%-
XYZ30.116.2894.48-
YUV108.26209.68149.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 65 (25.78% from 255) = 14.25%
BLUE value IS 253 (99.22% from 255) = 55.48%
R=30.26%
G=14.25%
B=55.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal138652530.450.7400.01263.397.9262.35
Hex8A41FD2D4A01107623e
Octal212101375551120140714276
Binary100010101000001111111011011011001010011000001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A41FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A41FD; }

 p { color: rgb(138,65,253); }

 H1.HeaderClassName
 {
   color: #8A41FD;
 }
 .AnyTagClassName
 {
   color: #8A41FD;
 }
</style>
background-color css

<style>
 a { background-color: #8A41FD; }

 a { background-color: rgb(138,65,253); }

 div.DivClassName
 {
   background-color: #8A41FD;
 }
 .BgClassName
 {
   background-color: #8A41FD;
 }
</style>
border-color css

<style>
 span { border-color: #8A41FD; }

 span { border-color: rgb(138,65,253); }

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