#8B39CB

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

Shades of Dark Orchid #8B39CB

Tints of Dark Orchid #8B39CB

Color information

#8B39CB (or 0x8B39CB) is unknown color: approx Dark Orchid. HEX triplet: 8B, 39 and CB. RGB value is (139,57,203). Sum of RGB (Red+Green+Blue) = 139+57+203=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B39CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B39CB is #74C634. Grayscale: #616161. Windows color (decimal): -7652917 or 13318539. OLE color: 13318539.

HSL color Cylindrical-coordinate representation of color #8B39CB: hue angle of 273.7º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B39CB is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13957203-
CMYK0.320.7200.20
HSL273.7º58.4%50.98%-
HSV(B)273.7º71.92%79.61%-
XYZ22.8912.7357.75-
YUV98.16187.17157.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=34.84%
G=14.29%
B=50.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139572030.320.7200.20273.758.450.98
Hex8B39CB20480141123a33
Octal21371313401100244227263
Binary10001011111001110010111000001001000010100100010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B39CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,57,203); }

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

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

 a { background-color: rgb(139,57,203); }

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

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

 span { border-color: rgb(139,57,203); }

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