#8B33B9

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

Shades of Dark Orchid #8B33B9

Tints of Dark Orchid #8B33B9

Color information

#8B33B9 (or 0x8B33B9) is unknown color: approx Dark Orchid. HEX triplet: 8B, 33 and B9. RGB value is (139,51,185). Sum of RGB (Red+Green+Blue) = 139+51+185=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B33B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B33B9 is #74CC46. Grayscale: #5C5C5C. Windows color (decimal): -7654471 or 12137355. OLE color: 12137355.

HSL color Cylindrical-coordinate representation of color #8B33B9: hue angle of 279.4º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B33B9 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13951185-
CMYK0.250.7200.27
HSL279.4º56.78%46.27%-
HSV(B)279.4º72.43%72.55%-
XYZ20.5911.3647.01-
YUV92.59180.15161.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 51 (20.31% from 255) = 13.6%
BLUE value IS 185 (72.66% from 255) = 49.33%
R=37.07%
G=13.6%
B=49.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139511850.250.7200.27279.456.7846.27
Hex8B33B9194801B117392e
Octal21363271311100334277156
Binary1000101111001110111001110011001000011011100010111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B33B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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