#8A3DB8

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

Shades of Dark Orchid #8A3DB8

Tints of Dark Orchid #8A3DB8

Color information

#8A3DB8 (or 0x8A3DB8) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3D and B8. RGB value is (138,61,184). Sum of RGB (Red+Green+Blue) = 138+61+184=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #8A3DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DB8 is #75C247. Grayscale: #616161. Windows color (decimal): -7717448 or 12074378. OLE color: 12074378.

HSL color Cylindrical-coordinate representation of color #8A3DB8: hue angle of 277.56º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3DB8 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13861184-
CMYK0.250.6700.28
HSL277.56º50.2%48.04%-
HSV(B)277.56º66.85%72.16%-
XYZ20.812.246.61-
YUV98.04176.51156.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 61 (24.22% from 255) = 15.93%
BLUE value IS 184 (72.27% from 255) = 48.04%
R=36.03%
G=15.93%
B=48.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138611840.250.6700.28277.5650.248.04
Hex8A3DB8194301C1163230
Octal21275270311030344266260
Binary1000101011110110111000110011000011011100100010110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,61,184); }

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

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

 a { background-color: rgb(138,61,184); }

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

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

 span { border-color: rgb(138,61,184); }

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