#831cc0

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

Shades of Dark Orchid #831CC0

Tints of Dark Orchid #831CC0

Color information

#831CC0 (or 0x831CC0) is unknown color: approx Dark Orchid. HEX triplet: 83, 1C and C0. RGB value is (131,28,192). Sum of RGB (Red+Green+Blue) = 131+28+192=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #831CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CC0 is #7CE33F. Grayscale: #4C4C4C. Windows color (decimal): -8184640 or 12590211. OLE color: 12590211.

HSL color Cylindrical-coordinate representation of color #831CC0: hue angle of 277.68º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831CC0 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13128192-
CMYK0.320.8500.25
HSL277.68º74.55%43.14%-
HSV(B)277.68º85.42%75.29%-
XYZ19.299.4650.68-
YUV77.49192.62166.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 28 (11.33% from 255) = 7.98%
BLUE value IS 192 (75.39% from 255) = 54.70%
R=37.32%
G=7.98%
B=54.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131281920.320.8500.25277.6874.5543.14
Hex831CC020550191164b2b
Octal203343004012503142611353
Binary10000011111001100000010000010101010110011000101101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831cc0; }

 p { color: rgb(131,28,192); }

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

<style>
 a { background-color: #831cc0; }

 a { background-color: rgb(131,28,192); }

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

<style>
 span { border-color: #831cc0; }

 span { border-color: rgb(131,28,192); }

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