#8B30BB

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

Shades of Dark Orchid #8B30BB

Tints of Dark Orchid #8B30BB

Color information

#8B30BB (or 0x8B30BB) is unknown color: approx Dark Orchid. HEX triplet: 8B, 30 and BB. RGB value is (139,48,187). Sum of RGB (Red+Green+Blue) = 139+48+187=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B30BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B30BB is #74CF44. Grayscale: #5A5A5A. Windows color (decimal): -7655237 or 12267659. OLE color: 12267659.

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

Color convert

RGB13948187-
CMYK0.260.7400.27
HSL279.28º59.15%46.08%-
HSV(B)279.28º74.33%73.33%-
XYZ20.6711.1948.08-
YUV91.06182.15162.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.17%
GREEN value IS 48 (19.14% from 255) = 12.83%
BLUE value IS 187 (73.44% from 255) = 50%
R=37.17%
G=12.83%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139481870.260.7400.27279.2859.1546.08
Hex8B30BB1A4A01B1173b2e
Octal21360273321120334277356
Binary1000101111000010111011110101001010011011100010111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B30BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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