#8D30B9

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

Shades of Dark Orchid #8D30B9

Tints of Dark Orchid #8D30B9

Color information

#8D30B9 (or 0x8D30B9) is unknown color: approx Dark Orchid. HEX triplet: 8D, 30 and B9. RGB value is (141,48,185). Sum of RGB (Red+Green+Blue) = 141+48+185=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #8D30B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D30B9 is #72CF46. Grayscale: #5A5A5A. Windows color (decimal): -7524167 or 12136589. OLE color: 12136589.

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

Color convert

RGB14148185-
CMYK0.240.7400.27
HSL280.73º58.8%45.69%-
HSV(B)280.73º74.05%72.55%-
XYZ20.811.2846.98-
YUV91.42180.81163.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 48 (19.14% from 255) = 12.83%
BLUE value IS 185 (72.66% from 255) = 49.47%
R=37.70%
G=12.83%
B=49.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141481850.240.7400.27280.7358.845.69
Hex8D30B9184A01B1193b2e
Octal21560271301120334317356
Binary1000110111000010111001110001001010011011100011001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D30B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,48,185); }

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

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

 a { background-color: rgb(141,48,185); }

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

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

 span { border-color: rgb(141,48,185); }

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