#8A07F1

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

Shades of Dark Violet #8A07F1

Tints of Dark Violet #8A07F1

Color information

#8A07F1 (or 0x8A07F1) is unknown color: approx Dark Violet. HEX triplet: 8A, 07 and F1. RGB value is (138,7,241). Sum of RGB (Red+Green+Blue) = 138+7+241=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #8A07F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A07F1 is #75F80E. Grayscale: #484848. Windows color (decimal): -7731215 or 15796106. OLE color: 15796106.

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

Color convert

RGB1387241-
CMYK0.430.9700.05
HSL273.59º94.35%48.63%-
HSV(B)273.59º97.1%94.51%-
XYZ26.4311.9184.12-
YUV72.84222.9174.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 7 (3.12% from 255) = 1.81%
BLUE value IS 241 (94.53% from 255) = 62.44%
R=35.75%
G=1.81%
B=62.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal13872410.430.9700.05273.5994.3548.63
Hex8A7F12B61051125e31
Octal2127361531410542213661
Binary1000101011111110001101011110000101011000100101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A07F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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