#8A3DD6

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

Shades of Blue Violet #8A3DD6

Tints of Blue Violet #8A3DD6

Color information

#8A3DD6 (or 0x8A3DD6) is unknown color: approx Blue Violet. HEX triplet: 8A, 3D and D6. RGB value is (138,61,214). Sum of RGB (Red+Green+Blue) = 138+61+214=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #8A3DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DD6 is #75C229. Grayscale: #646464. Windows color (decimal): -7717418 or 14040458. OLE color: 14040458.

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

Color convert

RGB13861214-
CMYK0.360.7100.16
HSL270.2º65.11%53.92%-
HSV(B)270.2º71.5%83.92%-
XYZ24.2913.664.96-
YUV101.46191.51154.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 61 (24.22% from 255) = 14.77%
BLUE value IS 214 (83.98% from 255) = 51.82%
R=33.41%
G=14.77%
B=51.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138612140.360.7100.16270.265.1153.92
Hex8A3DD6244701010e4136
Octal212753264410702041610166
Binary100010101111011101011010010010001110100001000011101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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