#8B30BA

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

Shades of Dark Orchid #8B30BA

Tints of Dark Orchid #8B30BA

Color information

#8B30BA (or 0x8B30BA) is unknown color: approx Dark Orchid. HEX triplet: 8B, 30 and BA. RGB value is (139,48,186). Sum of RGB (Red+Green+Blue) = 139+48+186=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B30BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B30BA is #74CF45. Grayscale: #5A5A5A. Windows color (decimal): -7655238 or 12202123. OLE color: 12202123.

HSL color Cylindrical-coordinate representation of color #8B30BA: hue angle of 279.57º 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 #8B30BA is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13948186-
CMYK0.250.7400.27
HSL279.57º58.97%45.88%-
HSV(B)279.57º74.19%72.94%-
XYZ20.5711.1547.52-
YUV90.94181.65162.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 48 (19.14% from 255) = 12.87%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=37.27%
G=12.87%
B=49.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139481860.250.7400.27279.5758.9745.88
Hex8B30BA194A01B1183b2e
Octal21360272311120334307356
Binary1000101111000010111010110011001010011011100011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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