#8622C7

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

Shades of Dark Orchid #8622C7

Tints of Dark Orchid #8622C7

Color information

#8622C7 (or 0x8622C7) is unknown color: approx Dark Orchid. HEX triplet: 86, 22 and C7. RGB value is (134,34,199). Sum of RGB (Red+Green+Blue) = 134+34+199=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 199 (78.12% from 255 or 54.22% from 367); Max value from RGB is 199 - color contains mainly: blue. Hex color #8622C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8622C7 is #79DD38. Grayscale: #525252. Windows color (decimal): -7986489 or 13050502. OLE color: 13050502.

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

Color convert

RGB13434199-
CMYK0.330.8300.22
HSL276.36º70.82%45.69%-
HSV(B)276.36º82.91%78.04%-
XYZ20.7110.3454.94-
YUV82.71193.63164.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 34 (13.67% from 255) = 9.26%
BLUE value IS 199 (78.12% from 255) = 54.22%
R=36.51%
G=9.26%
B=54.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134341990.330.8300.22276.3670.8245.69
Hex8622C72153016114472e
Octal206423074112302642410756
Binary100001101000101100011110000110100110101101000101001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8622C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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