#8B3CBD

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

Shades of Dark Orchid #8B3CBD

Tints of Dark Orchid #8B3CBD

Color information

#8B3CBD (or 0x8B3CBD) is unknown color: approx Dark Orchid. HEX triplet: 8B, 3C and BD. RGB value is (139,60,189). Sum of RGB (Red+Green+Blue) = 139+60+189=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B3CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3CBD is #74C342. Grayscale: #616161. Windows color (decimal): -7652163 or 12401803. OLE color: 12401803.

HSL color Cylindrical-coordinate representation of color #8B3CBD: hue angle of 276.74º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B3CBD is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13960189-
CMYK0.260.6800.26
HSL276.74º51.81%48.82%-
HSV(B)276.74º68.25%74.12%-
XYZ21.4512.3949.41-
YUV98.33179.17157.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 60 (23.83% from 255) = 15.46%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=35.82%
G=15.46%
B=48.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139601890.260.6800.26276.7451.8148.82
Hex8B3CBD1A4401A1153431
Octal21374275321040324256461
Binary1000101111110010111101110101000100011010100010101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,60,189); }

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

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

 a { background-color: rgb(139,60,189); }

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

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

 span { border-color: rgb(139,60,189); }

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