#8B32B0

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

Shades of Dark Orchid #8B32B0

Tints of Dark Orchid #8B32B0

Color information

#8B32B0 (or 0x8B32B0) is unknown color: approx Dark Orchid. HEX triplet: 8B, 32 and B0. RGB value is (139,50,176). Sum of RGB (Red+Green+Blue) = 139+50+176=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #8B32B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B32B0 is #74CD4F. Grayscale: #5A5A5A. Windows color (decimal): -7654736 or 11547275. OLE color: 11547275.

HSL color Cylindrical-coordinate representation of color #8B32B0: hue angle of 282.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B32B0 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13950176-
CMYK0.210.7200.31
HSL282.38º55.75%44.31%-
HSV(B)282.38º71.59%69.02%-
XYZ19.6210.942.14-
YUV90.98175.99162.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 50 (19.92% from 255) = 13.70%
BLUE value IS 176 (69.14% from 255) = 48.22%
R=38.08%
G=13.70%
B=48.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139501760.210.7200.31282.3855.7544.31
Hex8B32B0154801F11a382c
Octal21362260251100374327054
Binary1000101111001010110000101011001000011111100011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B32B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,50,176); }

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

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

 a { background-color: rgb(139,50,176); }

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

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

 span { border-color: rgb(139,50,176); }

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