#8833AF

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

Shades of Dark Orchid #8833AF

Tints of Dark Orchid #8833AF

Color information

#8833AF (or 0x8833AF) is unknown color: approx Dark Orchid. HEX triplet: 88, 33 and AF. RGB value is (136,51,175). Sum of RGB (Red+Green+Blue) = 136+51+175=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #8833AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8833AF is #77CC50. Grayscale: #5A5A5A. Windows color (decimal): -7851089 or 11481992. OLE color: 11481992.

HSL color Cylindrical-coordinate representation of color #8833AF: hue angle of 281.13º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8833AF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13651175-
CMYK0.220.7100.31
HSL281.13º54.87%44.31%-
HSV(B)281.13º70.86%68.63%-
XYZ19.0810.741.62-
YUV90.55175.66160.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 51 (20.31% from 255) = 14.09%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=37.57%
G=14.09%
B=48.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136511750.220.7100.31281.1354.8744.31
Hex8833AF164701F119372c
Octal21063257261070374316754
Binary1000100011001110101111101101000111011111100011001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8833AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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