#8D33B2

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

Shades of Dark Orchid #8D33B2

Tints of Dark Orchid #8D33B2

Color information

#8D33B2 (or 0x8D33B2) is unknown color: approx Dark Orchid. HEX triplet: 8D, 33 and B2. RGB value is (141,51,178). Sum of RGB (Red+Green+Blue) = 141+51+178=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #8D33B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D33B2 is #72CC4D. Grayscale: #5B5B5B. Windows color (decimal): -7523406 or 11678605. OLE color: 11678605.

HSL color Cylindrical-coordinate representation of color #8D33B2: hue angle of 282.52º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D33B2 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14151178-
CMYK0.210.7100.30
HSL282.52º55.46%44.9%-
HSV(B)282.52º71.35%69.8%-
XYZ20.211.2443.23-
YUV92.39176.32162.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 51 (20.31% from 255) = 13.78%
BLUE value IS 178 (69.92% from 255) = 48.11%
R=38.11%
G=13.78%
B=48.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141511780.210.7100.30282.5255.4644.9
Hex8D33B2154701E11b372d
Octal21563262251070364336755
Binary1000110111001110110010101011000111011110100011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D33B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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