#8042C9

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

Shades of Dark Orchid #8042C9

Tints of Dark Orchid #8042C9

Color information

#8042C9 (or 0x8042C9) is unknown color: approx Dark Orchid. HEX triplet: 80, 42 and C9. RGB value is (128,66,201). Sum of RGB (Red+Green+Blue) = 128+66+201=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #8042C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8042C9 is #7FBD36. Grayscale: #636363. Windows color (decimal): -8371511 or 13189760. OLE color: 13189760.

HSL color Cylindrical-coordinate representation of color #8042C9: hue angle of 267.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8042C9 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12866201-
CMYK0.360.6700.21
HSL267.56º55.56%52.35%-
HSV(B)267.56º67.16%78.82%-
XYZ21.3912.756.58-
YUV99.93185.04148.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 201 (78.91% from 255) = 50.89%
R=32.41%
G=16.71%
B=50.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128662010.360.6700.21267.5655.5652.35
Hex8042C9244301510c3834
Octal200102311441030254147064
Binary100000001000010110010011001001000011010101100001100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8042C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8042C9; }

 p { color: rgb(128,66,201); }

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

<style>
 a { background-color: #8042C9; }

 a { background-color: rgb(128,66,201); }

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

<style>
 span { border-color: #8042C9; }

 span { border-color: rgb(128,66,201); }

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