#8131C4

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

Shades of Dark Orchid #8131C4

Tints of Dark Orchid #8131C4

Color information

#8131C4 (or 0x8131C4) is unknown color: approx Dark Orchid. HEX triplet: 81, 31 and C4. RGB value is (129,49,196). Sum of RGB (Red+Green+Blue) = 129+49+196=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #8131C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8131C4 is #7ECE3B. Grayscale: #595959. Windows color (decimal): -8310332 or 12857729. OLE color: 12857729.

HSL color Cylindrical-coordinate representation of color #8131C4: hue angle of 272.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8131C4 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12949196-
CMYK0.340.7500.23
HSL272.65º60%48.04%-
HSV(B)272.65º75%76.86%-
XYZ20.1210.8553.26-
YUV89.68188156.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.49%
GREEN value IS 49 (19.53% from 255) = 13.10%
BLUE value IS 196 (76.95% from 255) = 52.41%
R=34.49%
G=13.10%
B=52.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal129491960.340.7500.23272.656048.04
Hex8131C4224B0171113c30
Octal20161304421130274217460
Binary10000001110001110001001000101001011010111100010001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8131C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8131C4; }

 p { color: rgb(129,49,196); }

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

<style>
 a { background-color: #8131C4; }

 a { background-color: rgb(129,49,196); }

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

<style>
 span { border-color: #8131C4; }

 span { border-color: rgb(129,49,196); }

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