#8428C1

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

Shades of Dark Orchid #8428C1

Tints of Dark Orchid #8428C1

Color information

#8428C1 (or 0x8428C1) is unknown color: approx Dark Orchid. HEX triplet: 84, 28 and C1. RGB value is (132,40,193). Sum of RGB (Red+Green+Blue) = 132+40+193=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #8428C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8428C1 is #7BD73E. Grayscale: #545454. Windows color (decimal): -8116031 or 12658820. OLE color: 12658820.

HSL color Cylindrical-coordinate representation of color #8428C1: hue angle of 276.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8428C1 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13240193-
CMYK0.320.7900.24
HSL276.08º65.67%45.69%-
HSV(B)276.08º79.27%75.69%-
XYZ19.910.2751.39-
YUV84.95188.98161.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 40 (16.02% from 255) = 10.96%
BLUE value IS 193 (75.78% from 255) = 52.88%
R=36.16%
G=10.96%
B=52.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132401930.320.7900.24276.0865.6745.69
Hex8428C1204F018114422e
Octal204503014011703042410256
Binary100001001010001100000110000010011110110001000101001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8428C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,40,193); }

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

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

 a { background-color: rgb(132,40,193); }

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

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

 span { border-color: rgb(132,40,193); }

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