#8F33BE

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

Shades of Dark Orchid #8F33BE

Tints of Dark Orchid #8F33BE

Color information

#8F33BE (or 0x8F33BE) is unknown color: approx Dark Orchid. HEX triplet: 8F, 33 and BE. RGB value is (143,51,190). Sum of RGB (Red+Green+Blue) = 143+51+190=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F33BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F33BE is #70CC41. Grayscale: #5D5D5D. Windows color (decimal): -7392322 or 12465039. OLE color: 12465039.

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

Color convert

RGB14351190-
CMYK0.250.7300.25
HSL279.71º57.68%47.25%-
HSV(B)279.71º73.16%74.51%-
XYZ21.8111.9249.87-
YUV94.35181.98162.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.24%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=37.24%
G=13.28%
B=49.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143511900.250.7300.25279.7157.6847.25
Hex8F33BE19490191183a2f
Octal21763276311110314307257
Binary1000111111001110111110110011001001011001100011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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