#832EC5

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

Shades of Dark Orchid #832EC5

Tints of Dark Orchid #832EC5

Color information

#832EC5 (or 0x832EC5) is unknown color: approx Dark Orchid. HEX triplet: 83, 2E and C5. RGB value is (131,46,197). Sum of RGB (Red+Green+Blue) = 131+46+197=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #832EC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832EC5 is #7CD13A. Grayscale: #585858. Windows color (decimal): -8180027 or 12922499. OLE color: 12922499.

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

Color convert

RGB13146197-
CMYK0.340.7700.23
HSL273.77º62.14%47.65%-
HSV(B)273.77º76.65%77.25%-
XYZ20.4210.8153.83-
YUV88.63189.16158.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 46 (18.36% from 255) = 12.30%
BLUE value IS 197 (77.34% from 255) = 52.67%
R=35.03%
G=12.30%
B=52.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131461970.340.7700.23273.7762.1447.65
Hex832EC5224D0171123e30
Octal20356305421150274227660
Binary10000011101110110001011000101001101010111100010010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832EC5; }

 p { color: rgb(131,46,197); }

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

<style>
 a { background-color: #832EC5; }

 a { background-color: rgb(131,46,197); }

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

<style>
 span { border-color: #832EC5; }

 span { border-color: rgb(131,46,197); }

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