#8C48FD

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

Shades of Blue Violet #8C48FD

Tints of Blue Violet #8C48FD

Color information

#8C48FD (or 0x8C48FD) is unknown color: approx Blue Violet. HEX triplet: 8C, 48 and FD. RGB value is (140,72,253). Sum of RGB (Red+Green+Blue) = 140+72+253=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C48FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C48FD is #73B702. Grayscale: #707070. Windows color (decimal): -7583491 or 16599180. OLE color: 16599180.

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

Color convert

RGB14072253-
CMYK0.450.7200.01
HSL262.54º97.84%63.73%-
HSV(B)262.54º71.54%99.22%-
XYZ30.8617.394.64-
YUV112.97207.03147.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.11%
GREEN value IS 72 (28.52% from 255) = 15.48%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=30.11%
G=15.48%
B=54.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal140722530.450.7200.01262.5497.8463.73
Hex8C48FD2D48011076240
Octal2141103755511001407142100
Binary1000110010010001111110110110110010000110000011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C48FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,72,253); }

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

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

 a { background-color: rgb(140,72,253); }

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

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

 span { border-color: rgb(140,72,253); }

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