#8844CA

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

Shades of Dark Orchid #8844CA

Tints of Dark Orchid #8844CA

Color information

#8844CA (or 0x8844CA) is unknown color: approx Dark Orchid. HEX triplet: 88, 44 and CA. RGB value is (136,68,202). Sum of RGB (Red+Green+Blue) = 136+68+202=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #8844CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8844CA is #77BB35. Grayscale: #676767. Windows color (decimal): -7846710 or 13255816. OLE color: 13255816.

HSL color Cylindrical-coordinate representation of color #8844CA: hue angle of 270.45º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8844CA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13668202-
CMYK0.330.6600.21
HSL270.45º55.83%52.94%-
HSV(B)270.45º66.34%79.22%-
XYZ22.8813.6357.3-
YUV103.61183.53151.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 68 (26.95% from 255) = 16.75%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=33.50%
G=16.75%
B=49.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136682020.330.6600.21270.4555.8352.94
Hex8844CA214201510e3835
Octal210104312411020254167065
Binary100010001000100110010101000011000010010101100001110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8844CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8844CA; }

 p { color: rgb(136,68,202); }

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

<style>
 a { background-color: #8844CA; }

 a { background-color: rgb(136,68,202); }

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

<style>
 span { border-color: #8844CA; }

 span { border-color: rgb(136,68,202); }

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