#8833BA

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

Shades of Dark Orchid #8833BA

Tints of Dark Orchid #8833BA

Color information

#8833BA (or 0x8833BA) is unknown color: approx Dark Orchid. HEX triplet: 88, 33 and BA. RGB value is (136,51,186). Sum of RGB (Red+Green+Blue) = 136+51+186=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #8833BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833BA is #77CC45. Grayscale: #5B5B5B. Windows color (decimal): -7851078 or 12202888. OLE color: 12202888.

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

Color convert

RGB13651186-
CMYK0.270.7300.27
HSL277.78º56.96%46.47%-
HSV(B)277.78º72.58%72.94%-
XYZ20.211.1547.54-
YUV91.8181.16159.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 51 (20.31% from 255) = 13.67%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=36.46%
G=13.67%
B=49.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136511860.270.7300.27277.7856.9646.47
Hex8833BA1B4901B116392e
Octal21063272331110334267156
Binary1000100011001110111010110111001001011011100010110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8833BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8833BA; }

 p { color: rgb(136,51,186); }

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

<style>
 a { background-color: #8833BA; }

 a { background-color: rgb(136,51,186); }

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

<style>
 span { border-color: #8833BA; }

 span { border-color: rgb(136,51,186); }

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