#8620B1

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

Shades of Dark Orchid #8620B1

Tints of Dark Orchid #8620B1

Color information

#8620B1 (or 0x8620B1) is unknown color: approx Dark Orchid. HEX triplet: 86, 20 and B1. RGB value is (134,32,177). Sum of RGB (Red+Green+Blue) = 134+32+177=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 177 (69.53% from 255 or 51.60% from 343); Max value from RGB is 177 - color contains mainly: blue. Hex color #8620B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8620B1 is #79DF4E. Grayscale: #4E4E4E. Windows color (decimal): -7987023 or 11608198. OLE color: 11608198.

HSL color Cylindrical-coordinate representation of color #8620B1: hue angle of 282.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8620B1 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13432177-
CMYK0.240.8200.31
HSL282.21º69.38%40.98%-
HSV(B)282.21º81.92%69.41%-
XYZ18.289.2842.42-
YUV79.03183.29167.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 32 (12.89% from 255) = 9.33%
BLUE value IS 177 (69.53% from 255) = 51.60%
R=39.07%
G=9.33%
B=51.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134321770.240.8200.31282.2169.3840.98
Hex8620B1185201F11a4529
Octal206402613012203743210551
Binary10000110100000101100011100010100100111111000110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8620B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8620B1; }

 p { color: rgb(134,32,177); }

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

<style>
 a { background-color: #8620B1; }

 a { background-color: rgb(134,32,177); }

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

<style>
 span { border-color: #8620B1; }

 span { border-color: rgb(134,32,177); }

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