#8034C3

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

Shades of Dark Orchid #8034C3

Tints of Dark Orchid #8034C3

Color information

#8034C3 (or 0x8034C3) is unknown color: approx Dark Orchid. HEX triplet: 80, 34 and C3. RGB value is (128,52,195). Sum of RGB (Red+Green+Blue) = 128+52+195=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #8034C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8034C3 is #7FCB3C. Grayscale: #5A5A5A. Windows color (decimal): -8375101 or 12792960. OLE color: 12792960.

HSL color Cylindrical-coordinate representation of color #8034C3: hue angle of 271.89º degrees, saturation: 0.58, 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 #8034C3 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12852195-
CMYK0.340.7300.24
HSL271.89º57.89%48.43%-
HSV(B)271.89º73.33%76.47%-
XYZ19.9810.9952.7-
YUV91.03186.68154.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 52 (20.70% from 255) = 13.87%
BLUE value IS 195 (76.56% from 255) = 52%
R=34.13%
G=13.87%
B=52%

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
Decimal128521950.340.7300.24271.8957.8948.43
Hex8034C322490181103a30
Octal20064303421110304207260
Binary10000000110100110000111000101001001011000100010000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8034C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8034C3; }

 p { color: rgb(128,52,195); }

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

<style>
 a { background-color: #8034C3; }

 a { background-color: rgb(128,52,195); }

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

<style>
 span { border-color: #8034C3; }

 span { border-color: rgb(128,52,195); }

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