#8035C1

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

Shades of Dark Orchid #8035C1

Tints of Dark Orchid #8035C1

Color information

#8035C1 (or 0x8035C1) is unknown color: approx Dark Orchid. HEX triplet: 80, 35 and C1. RGB value is (128,53,193). Sum of RGB (Red+Green+Blue) = 128+53+193=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #8035C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8035C1 is #7FCA3E. Grayscale: #5A5A5A. Windows color (decimal): -8374847 or 12662144. OLE color: 12662144.

HSL color Cylindrical-coordinate representation of color #8035C1: hue angle of 272.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8035C1 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12853193-
CMYK0.340.7300.24
HSL272.14º56.91%48.24%-
HSV(B)272.14º72.54%75.69%-
XYZ19.810.9951.53-
YUV91.38185.35154.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.22%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 193 (75.78% from 255) = 51.60%
R=34.22%
G=14.17%
B=51.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal128531930.340.7300.24272.1456.9148.24
Hex8035C122490181103930
Octal20065301421110304207160
Binary10000000110101110000011000101001001011000100010000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8035C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8035C1; }

 p { color: rgb(128,53,193); }

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

<style>
 a { background-color: #8035C1; }

 a { background-color: rgb(128,53,193); }

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

<style>
 span { border-color: #8035C1; }

 span { border-color: rgb(128,53,193); }

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