#8043C9

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

Shades of Dark Orchid #8043C9

Tints of Dark Orchid #8043C9

Color information

#8043C9 (or 0x8043C9) is unknown color: approx Dark Orchid. HEX triplet: 80, 43 and C9. RGB value is (128,67,201). Sum of RGB (Red+Green+Blue) = 128+67+201=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #8043C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8043C9 is #7FBC36. Grayscale: #646464. Windows color (decimal): -8371255 or 13190016. OLE color: 13190016.

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

Color convert

RGB12867201-
CMYK0.360.6700.21
HSL267.31º55.37%52.55%-
HSV(B)267.31º66.67%78.82%-
XYZ21.4512.8256.6-
YUV100.52184.71147.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 67 (26.56% from 255) = 16.92%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=32.32%
G=16.92%
B=50.76%

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
Decimal128672010.360.6700.21267.3155.3752.55
Hex8043C9244301510b3735
Octal200103311441030254136765
Binary100000001000011110010011001001000011010101100001011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8043C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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