#8A35F1

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

Shades of Blue Violet #8A35F1

Tints of Blue Violet #8A35F1

Color information

#8A35F1 (or 0x8A35F1) is unknown color: approx Blue Violet. HEX triplet: 8A, 35 and F1. RGB value is (138,53,241). Sum of RGB (Red+Green+Blue) = 138+53+241=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #8A35F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A35F1 is #75CA0E. Grayscale: #636363. Windows color (decimal): -7719439 or 15807882. OLE color: 15807882.

HSL color Cylindrical-coordinate representation of color #8A35F1: hue angle of 267.13º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A35F1 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13853241-
CMYK0.430.7800.05
HSL267.13º87.04%57.65%-
HSV(B)267.13º78.01%94.51%-
XYZ27.6314.384.52-
YUV99.85207.66155.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 53 (21.09% from 255) = 12.27%
BLUE value IS 241 (94.53% from 255) = 55.79%
R=31.94%
G=12.27%
B=55.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138532410.430.7800.05267.1387.0457.65
Hex8A35F12B4E0510b573a
Octal21265361531160541312772
Binary1000101011010111110001101011100111001011000010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A35F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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