#8D33BB

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

Shades of Dark Orchid #8D33BB

Tints of Dark Orchid #8D33BB

Color information

#8D33BB (or 0x8D33BB) is unknown color: approx Dark Orchid. HEX triplet: 8D, 33 and BB. RGB value is (141,51,187). Sum of RGB (Red+Green+Blue) = 141+51+187=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D33BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D33BB is #72CC44. Grayscale: #5C5C5C. Windows color (decimal): -7523397 or 12268429. OLE color: 12268429.

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

Color convert

RGB14151187-
CMYK0.250.7300.27
HSL279.71º57.14%46.67%-
HSV(B)279.71º72.73%73.33%-
XYZ21.1411.6248.14-
YUV93.41180.82161.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 51 (20.31% from 255) = 13.46%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=37.20%
G=13.46%
B=49.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141511870.250.7300.27279.7157.1446.67
Hex8D33BB194901B118392f
Octal21563273311110334307157
Binary1000110111001110111011110011001001011011100011000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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