#8B3BBD

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

Shades of Dark Orchid #8B3BBD

Tints of Dark Orchid #8B3BBD

Color information

#8B3BBD (or 0x8B3BBD) is unknown color: approx Dark Orchid. HEX triplet: 8B, 3B and BD. RGB value is (139,59,189). Sum of RGB (Red+Green+Blue) = 139+59+189=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B3BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3BBD is #74C442. Grayscale: #616161. Windows color (decimal): -7652419 or 12401547. OLE color: 12401547.

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

Color convert

RGB13959189-
CMYK0.260.6900.26
HSL276.92º52.42%48.63%-
HSV(B)276.92º68.78%74.12%-
XYZ21.412.2949.39-
YUV97.74179.5157.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 59 (23.44% from 255) = 15.25%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=35.92%
G=15.25%
B=48.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139591890.260.6900.26276.9252.4248.63
Hex8B3BBD1A4501A1153431
Octal21373275321050324256461
Binary1000101111101110111101110101000101011010100010101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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