#8833BF

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

Shades of Dark Orchid #8833BF

Tints of Dark Orchid #8833BF

Color information

#8833BF (or 0x8833BF) is unknown color: approx Dark Orchid. HEX triplet: 88, 33 and BF. RGB value is (136,51,191). Sum of RGB (Red+Green+Blue) = 136+51+191=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #8833BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833BF is #77CC40. Grayscale: #5B5B5B. Windows color (decimal): -7851073 or 12530568. OLE color: 12530568.

HSL color Cylindrical-coordinate representation of color #8833BF: hue angle of 276.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8833BF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13651191-
CMYK0.290.7300.25
HSL276.43º57.85%47.45%-
HSV(B)276.43º73.3%74.9%-
XYZ20.7411.3650.39-
YUV92.38183.66159.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 191 (75% from 255) = 50.53%
R=35.98%
G=13.49%
B=50.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136511910.290.7300.25276.4357.8547.45
Hex8833BF1D490191143a2f
Octal21063277351110314247257
Binary1000100011001110111111111011001001011001100010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8833BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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