#8A30BE

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

Shades of Dark Orchid #8A30BE

Tints of Dark Orchid #8A30BE

Color information

#8A30BE (or 0x8A30BE) is unknown color: approx Dark Orchid. HEX triplet: 8A, 30 and BE. RGB value is (138,48,190). Sum of RGB (Red+Green+Blue) = 138+48+190=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A30BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A30BE is #75CF41. Grayscale: #5A5A5A. Windows color (decimal): -7720770 or 12464266. OLE color: 12464266.

HSL color Cylindrical-coordinate representation of color #8A30BE: hue angle of 278.03º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A30BE is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13848190-
CMYK0.270.7500.25
HSL278.03º59.66%46.67%-
HSV(B)278.03º74.74%74.51%-
XYZ20.8311.2349.79-
YUV91.1183.82161.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=36.70%
G=12.77%
B=50.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138481900.270.7500.25278.0359.6646.67
Hex8A30BE1B4B0191163c2f
Octal21260276331130314267457
Binary1000101011000010111110110111001011011001100010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A30BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,48,190); }

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

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

 a { background-color: rgb(138,48,190); }

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

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

 span { border-color: rgb(138,48,190); }

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