#8622b0

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

Shades of Dark Orchid #8622B0

Tints of Dark Orchid #8622B0

Color information

#8622B0 (or 0x8622B0) is unknown color: approx Dark Orchid. HEX triplet: 86, 22 and B0. RGB value is (134,34,176). Sum of RGB (Red+Green+Blue) = 134+34+176=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 176 (69.14% from 255 or 51.16% from 344); Max value from RGB is 176 - color contains mainly: blue. Hex color #8622B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8622B0 is #79DD4F. Grayscale: #4F4F4F. Windows color (decimal): -7986512 or 11543174. OLE color: 11543174.

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

Color convert

RGB13434176-
CMYK0.240.8100.31
HSL282.25º67.62%41.18%-
HSV(B)282.25º80.68%69.02%-
XYZ18.249.3541.92-
YUV80.09182.13166.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 34 (13.67% from 255) = 9.88%
BLUE value IS 176 (69.14% from 255) = 51.16%
R=38.95%
G=9.88%
B=51.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134341760.240.8100.31282.2567.6241.18
Hex8622B0185101F11a4429
Octal206422603012103743210451
Binary10000110100010101100001100010100010111111000110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8622b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8622b0; }

 p { color: rgb(134,34,176); }

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

<style>
 a { background-color: #8622b0; }

 a { background-color: rgb(134,34,176); }

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

<style>
 span { border-color: #8622b0; }

 span { border-color: rgb(134,34,176); }

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