#8431C0

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

Shades of Dark Orchid #8431C0

Tints of Dark Orchid #8431C0

Color information

#8431C0 (or 0x8431C0) is unknown color: approx Dark Orchid. HEX triplet: 84, 31 and C0. RGB value is (132,49,192). Sum of RGB (Red+Green+Blue) = 132+49+192=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #8431C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8431C0 is #7BCE3F. Grayscale: #595959. Windows color (decimal): -8113728 or 12595588. OLE color: 12595588.

HSL color Cylindrical-coordinate representation of color #8431C0: hue angle of 274.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8431C0 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13249192-
CMYK0.310.7400.25
HSL274.83º59.34%47.25%-
HSV(B)274.83º74.48%75.29%-
XYZ20.1310.9150.91-
YUV90.12185.5157.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 49 (19.53% from 255) = 13.14%
BLUE value IS 192 (75.39% from 255) = 51.47%
R=35.39%
G=13.14%
B=51.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132491920.310.7400.25274.8359.3447.25
Hex8431C01F4A0191133b2f
Octal20461300371120314237357
Binary1000010011000111000000111111001010011001100010011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8431C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8431C0; }

 p { color: rgb(132,49,192); }

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

<style>
 a { background-color: #8431C0; }

 a { background-color: rgb(132,49,192); }

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

<style>
 span { border-color: #8431C0; }

 span { border-color: rgb(132,49,192); }

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