#8a45d6

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

Shades of Blue Violet #8A45D6

Tints of Blue Violet #8A45D6

Color information

#8A45D6 (or 0x8A45D6) is unknown color: approx Blue Violet. HEX triplet: 8A, 45 and D6. RGB value is (138,69,214). Sum of RGB (Red+Green+Blue) = 138+69+214=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #8A45D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A45D6 is #75BA29. Grayscale: #696969. Windows color (decimal): -7715370 or 14042506. OLE color: 14042506.

HSL color Cylindrical-coordinate representation of color #8A45D6: hue angle of 268.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A45D6 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13869214-
CMYK0.360.6800.16
HSL268.55º63.88%55.49%-
HSV(B)268.55º67.76%83.92%-
XYZ24.7514.5165.12-
YUV106.16188.86150.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 214 (83.98% from 255) = 50.83%
R=32.78%
G=16.39%
B=50.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138692140.360.6800.16268.5563.8855.49
Hex8A45D6244401010d4037
Octal2121053264410402041510067
Binary1000101010001011101011010010010001000100001000011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a45d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,69,214); }

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

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

 a { background-color: rgb(138,69,214); }

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

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

 span { border-color: rgb(138,69,214); }

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