#8833BB

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

Shades of Dark Orchid #8833BB

Tints of Dark Orchid #8833BB

Color information

#8833BB (or 0x8833BB) is unknown color: approx Dark Orchid. HEX triplet: 88, 33 and BB. RGB value is (136,51,187). Sum of RGB (Red+Green+Blue) = 136+51+187=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #8833BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833BB is #77CC44. Grayscale: #5B5B5B. Windows color (decimal): -7851077 or 12268424. OLE color: 12268424.

HSL color Cylindrical-coordinate representation of color #8833BB: hue angle of 277.5º 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 #8833BB is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13651187-
CMYK0.270.7300.27
HSL277.5º57.14%46.67%-
HSV(B)277.5º72.73%73.33%-
XYZ20.3111.1948.1-
YUV91.92181.66159.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 187 (73.44% from 255) = 50%
R=36.36%
G=13.64%
B=50%

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
Decimal136511870.270.7300.27277.557.1446.67
Hex8833BB1B4901B116392f
Octal21063273331110334267157
Binary1000100011001110111011110111001001011011100010110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8833BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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