#8845CE

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

Shades of Dark Orchid #8845CE

Tints of Dark Orchid #8845CE

Color information

#8845CE (or 0x8845CE) is unknown color: approx Dark Orchid. HEX triplet: 88, 45 and CE. RGB value is (136,69,206). Sum of RGB (Red+Green+Blue) = 136+69+206=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #8845CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8845CE is #77BA31. Grayscale: #686868. Windows color (decimal): -7846450 or 13518216. OLE color: 13518216.

HSL color Cylindrical-coordinate representation of color #8845CE: hue angle of 269.34º 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 #8845CE is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13669206-
CMYK0.340.6700.19
HSL269.34º58.3%53.92%-
HSV(B)269.34º66.5%80.78%-
XYZ23.4213.9559.85-
YUV104.65185.2150.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 206 (80.86% from 255) = 50.12%
R=33.09%
G=16.79%
B=50.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136692060.340.6700.19269.3458.353.92
Hex8845CE224301310d3a36
Octal210105316421030234157266
Binary100010001000101110011101000101000011010011100001101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8845CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8845CE; }

 p { color: rgb(136,69,206); }

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

<style>
 a { background-color: #8845CE; }

 a { background-color: rgb(136,69,206); }

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

<style>
 span { border-color: #8845CE; }

 span { border-color: rgb(136,69,206); }

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