#8833B3

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

Shades of Dark Orchid #8833B3

Tints of Dark Orchid #8833B3

Color information

#8833B3 (or 0x8833B3) is unknown color: approx Dark Orchid. HEX triplet: 88, 33 and B3. RGB value is (136,51,179). Sum of RGB (Red+Green+Blue) = 136+51+179=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #8833B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833B3 is #77CC4C. Grayscale: #5A5A5A. Windows color (decimal): -7851085 or 11744136. OLE color: 11744136.

HSL color Cylindrical-coordinate representation of color #8833B3: hue angle of 279.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8833B3 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13651179-
CMYK0.240.7200.30
HSL279.84º55.65%45.1%-
HSV(B)279.84º71.51%70.2%-
XYZ19.4710.8643.72-
YUV91.01177.66160.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 179 (70.31% from 255) = 48.91%
R=37.16%
G=13.93%
B=48.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal136511790.240.7200.30279.8455.6545.1
Hex8833B3184801E118382d
Octal21063263301100364307055
Binary1000100011001110110011110001001000011110100011000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8833B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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