#8f00ed

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

Shades of Dark Violet #8F00ED

Tints of Dark Violet #8F00ED

Color information

#8F00ED (or 0x8F00ED) is unknown color: approx Dark Violet. HEX triplet: 8F, 00 and ED. RGB value is (143,0,237). Sum of RGB (Red+Green+Blue) = 143+0+237=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F00ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F00ED is #70FF12. Grayscale: #444444. Windows color (decimal): -7405331 or 15532175. OLE color: 15532175.

HSL color Cylindrical-coordinate representation of color #8F00ED: hue angle of 276.2º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00ED is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1430237-
CMYK0.40100.07
HSL276.2º100%46.47%-
HSV(B)276.2º100%92.94%-
XYZ26.6111.9581.03-
YUV69.78222.38180.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 62.37%
R=37.63%
G=0%
B=62.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14302370.40100.07276.210046.47
Hex8F0ED286407114642e
Octal2170355501440742414456
Binary10001111011101101101000110010001111000101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f00ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,0,237); }

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

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

 a { background-color: rgb(143,0,237); }

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

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

 span { border-color: rgb(143,0,237); }

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