#8A38CA

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

Shades of Dark Orchid #8A38CA

Tints of Dark Orchid #8A38CA

Color information

#8A38CA (or 0x8A38CA) is unknown color: approx Dark Orchid. HEX triplet: 8A, 38 and CA. RGB value is (138,56,202). Sum of RGB (Red+Green+Blue) = 138+56+202=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A38CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A38CA is #75C735. Grayscale: #606060. Windows color (decimal): -7718710 or 13252746. OLE color: 13252746.

HSL color Cylindrical-coordinate representation of color #8A38CA: hue angle of 273.7º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A38CA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13856202-
CMYK0.320.7200.21
HSL273.7º57.94%50.59%-
HSV(B)273.7º72.28%79.22%-
XYZ22.5612.557.1-
YUV97.16187.17157.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 56 (22.27% from 255) = 14.14%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=34.85%
G=14.14%
B=51.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138562020.320.7200.21273.757.9450.59
Hex8A38CA20480151123a33
Octal21270312401100254227263
Binary10001010111000110010101000001001000010101100010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A38CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,56,202); }

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

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

 a { background-color: rgb(138,56,202); }

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

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

 span { border-color: rgb(138,56,202); }

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