#8B43C9

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

Shades of Dark Orchid #8B43C9

Tints of Dark Orchid #8B43C9

Color information

#8B43C9 (or 0x8B43C9) is unknown color: approx Dark Orchid. HEX triplet: 8B, 43 and C9. RGB value is (139,67,201). Sum of RGB (Red+Green+Blue) = 139+67+201=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B43C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B43C9 is #74BC36. Grayscale: #676767. Windows color (decimal): -7650359 or 13190027. OLE color: 13190027.

HSL color Cylindrical-coordinate representation of color #8B43C9: hue angle of 272.24º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B43C9 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13967201-
CMYK0.310.6700.21
HSL272.24º55.37%52.55%-
HSV(B)272.24º66.67%78.82%-
XYZ23.213.7256.68-
YUV103.8182.85153.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 67 (26.56% from 255) = 16.46%
BLUE value IS 201 (78.91% from 255) = 49.39%
R=34.15%
G=16.46%
B=49.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139672010.310.6700.21272.2455.3752.55
Hex8B43C91F430151103735
Octal213103311371030254206765
Binary10001011100001111001001111111000011010101100010000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B43C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,67,201); }

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

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

 a { background-color: rgb(139,67,201); }

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

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

 span { border-color: rgb(139,67,201); }

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