#8621C4

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

Shades of Dark Orchid #8621C4

Tints of Dark Orchid #8621C4

Color information

#8621C4 (or 0x8621C4) is unknown color: approx Dark Orchid. HEX triplet: 86, 21 and C4. RGB value is (134,33,196). Sum of RGB (Red+Green+Blue) = 134+33+196=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #8621C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8621C4 is #79DE3B. Grayscale: #515151. Windows color (decimal): -7986748 or 12853638. OLE color: 12853638.

HSL color Cylindrical-coordinate representation of color #8621C4: hue angle of 277.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8621C4 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13433196-
CMYK0.320.8300.23
HSL277.18º71.18%44.9%-
HSV(B)277.18º83.16%76.86%-
XYZ20.3410.1453.11-
YUV81.78192.46165.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 33 (13.28% from 255) = 9.09%
BLUE value IS 196 (76.95% from 255) = 53.99%
R=36.91%
G=9.09%
B=53.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal134331960.320.8300.23277.1871.1844.9
Hex8621C42053017115472d
Octal206413044012302742510755
Binary100001101000011100010010000010100110101111000101011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8621C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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