#8B30BD

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

Shades of Dark Orchid #8B30BD

Tints of Dark Orchid #8B30BD

Color information

#8B30BD (or 0x8B30BD) is unknown color: approx Dark Orchid. HEX triplet: 8B, 30 and BD. RGB value is (139,48,189). Sum of RGB (Red+Green+Blue) = 139+48+189=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B30BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B30BD is #74CF42. Grayscale: #5A5A5A. Windows color (decimal): -7655235 or 12398731. OLE color: 12398731.

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

Color convert

RGB13948189-
CMYK0.260.7500.26
HSL278.72º59.49%46.47%-
HSV(B)278.72º74.6%74.12%-
XYZ20.8911.2849.22-
YUV91.28183.15162.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=36.97%
G=12.77%
B=50.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139481890.260.7500.26278.7259.4946.47
Hex8B30BD1A4B01A1173b2e
Octal21360275321130324277356
Binary1000101111000010111101110101001011011010100010111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B30BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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