#8A3DCC

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

Shades of Dark Orchid #8A3DCC

Tints of Dark Orchid #8A3DCC

Color information

#8A3DCC (or 0x8A3DCC) is unknown color: approx Dark Orchid. HEX triplet: 8A, 3D and CC. RGB value is (138,61,204). Sum of RGB (Red+Green+Blue) = 138+61+204=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A3DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3DCC is #75C233. Grayscale: #636363. Windows color (decimal): -7717428 or 13385098. OLE color: 13385098.

HSL color Cylindrical-coordinate representation of color #8A3DCC: hue angle of 272.31º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A3DCC is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13861204-
CMYK0.320.7000.2
HSL272.31º58.37%51.96%-
HSV(B)272.31º70.1%80%-
XYZ23.0513.158.44-
YUV100.32186.51154.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.24%
GREEN value IS 61 (24.22% from 255) = 15.14%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=34.24%
G=15.14%
B=50.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal138612040.320.7000.2272.3158.3751.96
Hex8A3DCC20460141103a34
Octal21275314401060244207264
Binary10001010111101110011001000001000110010100100010000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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