#8F36BE

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

Shades of Dark Orchid #8F36BE

Tints of Dark Orchid #8F36BE

Color information

#8F36BE (or 0x8F36BE) is unknown color: approx Dark Orchid. HEX triplet: 8F, 36 and BE. RGB value is (143,54,190). Sum of RGB (Red+Green+Blue) = 143+54+190=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F36BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F36BE is #70C941. Grayscale: #5F5F5F. Windows color (decimal): -7391554 or 12465807. OLE color: 12465807.

HSL color Cylindrical-coordinate representation of color #8F36BE: hue angle of 279.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F36BE is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14354190-
CMYK0.250.7200.25
HSL279.26º55.74%47.84%-
HSV(B)279.26º71.58%74.51%-
XYZ21.9412.249.91-
YUV96.12180.99161.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=36.95%
G=13.95%
B=49.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143541900.250.7200.25279.2655.7447.84
Hex8F36BE19480191173830
Octal21766276311100314277060
Binary1000111111011010111110110011001000011001100010111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F36BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,54,190); }

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

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

 a { background-color: rgb(143,54,190); }

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

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

 span { border-color: rgb(143,54,190); }

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