#8A35DD

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

Shades of Blue Violet #8A35DD

Tints of Blue Violet #8A35DD

Color information

#8A35DD (or 0x8A35DD) is unknown color: approx Blue Violet. HEX triplet: 8A, 35 and DD. RGB value is (138,53,221). Sum of RGB (Red+Green+Blue) = 138+53+221=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A35DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A35DD is #75CA22. Grayscale: #606060. Windows color (decimal): -7719459 or 14497162. OLE color: 14497162.

HSL color Cylindrical-coordinate representation of color #8A35DD: hue angle of 270.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A35DD is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13853221-
CMYK0.380.7600.13
HSL270.36º71.19%53.73%-
HSV(B)270.36º76.02%86.67%-
XYZ24.8113.1769.64-
YUV97.57197.66156.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 53 (21.09% from 255) = 12.86%
BLUE value IS 221 (86.72% from 255) = 53.64%
R=33.50%
G=12.86%
B=53.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138532210.380.7600.13270.3671.1953.73
Hex8A35DD264C0D10e4736
Octal212653354611401541610766
Binary10001010110101110111011001101001100011011000011101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A35DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,53,221); }

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

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

 a { background-color: rgb(138,53,221); }

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

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

 span { border-color: rgb(138,53,221); }

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