#8621B5

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

Shades of Dark Orchid #8621B5

Tints of Dark Orchid #8621B5

Color information

#8621B5 (or 0x8621B5) is unknown color: approx Dark Orchid. HEX triplet: 86, 21 and B5. RGB value is (134,33,181). Sum of RGB (Red+Green+Blue) = 134+33+181=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 181 (71.09% from 255 or 52.01% from 348); Max value from RGB is 181 - color contains mainly: blue. Hex color #8621B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8621B5 is #79DE4A. Grayscale: #4F4F4F. Windows color (decimal): -7986763 or 11870598. OLE color: 11870598.

HSL color Cylindrical-coordinate representation of color #8621B5: hue angle of 280.95º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8621B5 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13433181-
CMYK0.260.8200.29
HSL280.95º69.16%41.96%-
HSV(B)280.95º81.77%70.98%-
XYZ18.729.4944.56-
YUV80.07184.96166.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 33 (13.28% from 255) = 9.48%
BLUE value IS 181 (71.09% from 255) = 52.01%
R=38.51%
G=9.48%
B=52.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134331810.260.8200.29280.9569.1641.96
Hex8621B51A5201D119452a
Octal206412653212203543110552
Binary10000110100001101101011101010100100111011000110011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8621B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8621B5; }

 p { color: rgb(134,33,181); }

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

<style>
 a { background-color: #8621B5; }

 a { background-color: rgb(134,33,181); }

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

<style>
 span { border-color: #8621B5; }

 span { border-color: rgb(134,33,181); }

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