#8C30BA

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

Shades of Dark Orchid #8C30BA

Tints of Dark Orchid #8C30BA

Color information

#8C30BA (or 0x8C30BA) is unknown color: approx Dark Orchid. HEX triplet: 8C, 30 and BA. RGB value is (140,48,186). Sum of RGB (Red+Green+Blue) = 140+48+186=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C30BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C30BA is #73CF45. Grayscale: #5A5A5A. Windows color (decimal): -7589702 or 12202124. OLE color: 12202124.

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

Color convert

RGB14048186-
CMYK0.250.7400.27
HSL280º58.97%45.88%-
HSV(B)280º74.19%72.94%-
XYZ20.7411.2347.53-
YUV91.24181.48162.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 48 (19.14% from 255) = 12.83%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=37.43%
G=12.83%
B=49.73%

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
Decimal140481860.250.7400.2728058.9745.88
Hex8C30BA194A01B1183b2e
Octal21460272311120334307356
Binary1000110011000010111010110011001010011011100011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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