#8022C6

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

Shades of Dark Orchid #8022C6

Tints of Dark Orchid #8022C6

Color information

#8022C6 (or 0x8022C6) is unknown color: approx Dark Orchid. HEX triplet: 80, 22 and C6. RGB value is (128,34,198). Sum of RGB (Red+Green+Blue) = 128+34+198=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #8022C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8022C6 is #7FDD39. Grayscale: #505050. Windows color (decimal): -8379706 or 12984960. OLE color: 12984960.

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

Color convert

RGB12834198-
CMYK0.350.8300.22
HSL274.39º70.69%45.49%-
HSV(B)274.39º82.83%77.65%-
XYZ19.679.8154.28-
YUV80.8194.14161.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 34 (13.67% from 255) = 9.44%
BLUE value IS 198 (77.73% from 255) = 55%
R=35.56%
G=9.44%
B=55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128341980.350.8300.22274.3970.6945.49
Hex8022C62353016112472d
Octal200423064312302642210755
Binary100000001000101100011010001110100110101101000100101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8022C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8022C6; }

 p { color: rgb(128,34,198); }

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

<style>
 a { background-color: #8022C6; }

 a { background-color: rgb(128,34,198); }

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

<style>
 span { border-color: #8022C6; }

 span { border-color: rgb(128,34,198); }

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