#8F29BE

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

Shades of Dark Orchid #8F29BE

Tints of Dark Orchid #8F29BE

Color information

#8F29BE (or 0x8F29BE) is unknown color: approx Dark Orchid. HEX triplet: 8F, 29 and BE. RGB value is (143,41,190). Sum of RGB (Red+Green+Blue) = 143+41+190=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F29BE is #70D641. Grayscale: #575757. Windows color (decimal): -7394882 or 12462479. OLE color: 12462479.

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

Color convert

RGB14341190-
CMYK0.250.7800.25
HSL281.07º64.5%45.29%-
HSV(B)281.07º78.42%74.51%-
XYZ21.4111.1449.74-
YUV88.48185.29166.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.24%
GREEN value IS 41 (16.41% from 255) = 10.96%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=38.24%
G=10.96%
B=50.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143411900.250.7800.25281.0764.545.29
Hex8F29BE194E019119412d
Octal217512763111603143110155
Binary10001111101001101111101100110011100110011000110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F29BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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