#8B44CE

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

Shades of Dark Orchid #8B44CE

Tints of Dark Orchid #8B44CE

Color information

#8B44CE (or 0x8B44CE) is unknown color: approx Dark Orchid. HEX triplet: 8B, 44 and CE. RGB value is (139,68,206). Sum of RGB (Red+Green+Blue) = 139+68+206=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B44CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B44CE is #74BB31. Grayscale: #686868. Windows color (decimal): -7650098 or 13517963. OLE color: 13517963.

HSL color Cylindrical-coordinate representation of color #8B44CE: hue angle of 270.87º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B44CE is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13968206-
CMYK0.330.6700.19
HSL270.87º58.47%53.73%-
HSV(B)270.87º66.99%80.78%-
XYZ23.8614.0859.85-
YUV104.96185.02152.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 68 (26.95% from 255) = 16.46%
BLUE value IS 206 (80.86% from 255) = 49.88%
R=33.66%
G=16.46%
B=49.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139682060.330.6700.19270.8758.4753.73
Hex8B44CE214301310f3a36
Octal213104316411030234177266
Binary100010111000100110011101000011000011010011100001111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B44CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,206); }

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

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

 a { background-color: rgb(139,68,206); }

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

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

 span { border-color: rgb(139,68,206); }

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