#8B21C6

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

Shades of Dark Orchid #8B21C6

Tints of Dark Orchid #8B21C6

Color information

#8B21C6 (or 0x8B21C6) is unknown color: approx Dark Orchid. HEX triplet: 8B, 21 and C6. RGB value is (139,33,198). Sum of RGB (Red+Green+Blue) = 139+33+198=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B21C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B21C6 is #74DE39. Grayscale: #525252. Windows color (decimal): -7659066 or 12984715. OLE color: 12984715.

HSL color Cylindrical-coordinate representation of color #8B21C6: hue angle of 278.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B21C6 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13933198-
CMYK0.300.8300.22
HSL278.55º71.43%45.29%-
HSV(B)278.55º83.33%77.65%-
XYZ21.3810.6554.36-
YUV83.5192.62167.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 33 (13.28% from 255) = 8.92%
BLUE value IS 198 (77.73% from 255) = 53.51%
R=37.57%
G=8.92%
B=53.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal139331980.300.8300.22278.5571.4345.29
Hex8B21C61E53016117472d
Octal213413063612302642710755
Binary10001011100001110001101111010100110101101000101111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B21C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,33,198); }

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

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

 a { background-color: rgb(139,33,198); }

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

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

 span { border-color: rgb(139,33,198); }

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