#8A21BC

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

Shades of Dark Orchid #8A21BC

Tints of Dark Orchid #8A21BC

Color information

#8A21BC (or 0x8A21BC) is unknown color: approx Dark Orchid. HEX triplet: 8A, 21 and BC. RGB value is (138,33,188). Sum of RGB (Red+Green+Blue) = 138+33+188=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A21BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A21BC is #75DE43. Grayscale: #515151. Windows color (decimal): -7724612 or 12329354. OLE color: 12329354.

HSL color Cylindrical-coordinate representation of color #8A21BC: hue angle of 280.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A21BC is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13833188-
CMYK0.270.8200.26
HSL280.65º70.14%43.33%-
HSV(B)280.65º82.45%73.73%-
XYZ20.110.1248.47-
YUV82.06187.79167.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 33 (13.28% from 255) = 9.19%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=38.44%
G=9.19%
B=52.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138331880.270.8200.26280.6570.1443.33
Hex8A21BC1B5201A119462b
Octal212412743312203243110653
Binary10001010100001101111001101110100100110101000110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A21BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,33,188); }

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

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

 a { background-color: rgb(138,33,188); }

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

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

 span { border-color: rgb(138,33,188); }

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