#8D33AE

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

Shades of Dark Orchid #8D33AE

Tints of Dark Orchid #8D33AE

Color information

#8D33AE (or 0x8D33AE) is unknown color: approx Dark Orchid. HEX triplet: 8D, 33 and AE. RGB value is (141,51,174). Sum of RGB (Red+Green+Blue) = 141+51+174=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D33AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D33AE is #72CC51. Grayscale: #5B5B5B. Windows color (decimal): -7523410 or 11416461. OLE color: 11416461.

HSL color Cylindrical-coordinate representation of color #8D33AE: hue angle of 283.9º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D33AE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14151174-
CMYK0.190.7100.32
HSL283.9º54.67%44.12%-
HSV(B)283.9º70.69%68.24%-
XYZ19.8111.0941.14-
YUV91.93174.32163-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=38.52%
G=13.93%
B=47.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141511740.190.7100.32283.954.6744.12
Hex8D33AE134702011c372c
Octal21563256231070404346754
Binary10001101110011101011101001110001110100000100011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,51,174); }

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

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

 a { background-color: rgb(141,51,174); }

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

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

 span { border-color: rgb(141,51,174); }

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