#8B33BA

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

Shades of Dark Orchid #8B33BA

Tints of Dark Orchid #8B33BA

Color information

#8B33BA (or 0x8B33BA) is unknown color: approx Dark Orchid. HEX triplet: 8B, 33 and BA. RGB value is (139,51,186). Sum of RGB (Red+Green+Blue) = 139+51+186=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B33BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B33BA is #74CC45. Grayscale: #5C5C5C. Windows color (decimal): -7654470 or 12202891. OLE color: 12202891.

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

Color convert

RGB13951186-
CMYK0.250.7300.27
HSL279.11º56.96%46.47%-
HSV(B)279.11º72.58%72.94%-
XYZ20.6911.447.56-
YUV92.7180.65161.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 51 (20.31% from 255) = 13.56%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=36.97%
G=13.56%
B=49.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139511860.250.7300.27279.1156.9646.47
Hex8B33BA194901B117392e
Octal21363272311110334277156
Binary1000101111001110111010110011001001011011100010111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B33BA; }

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

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

<style>
 a { background-color: #8B33BA; }

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

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

<style>
 span { border-color: #8B33BA; }

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

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