#832EBA

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

Shades of Dark Orchid #832EBA

Tints of Dark Orchid #832EBA

Color information

#832EBA (or 0x832EBA) is unknown color: approx Dark Orchid. HEX triplet: 83, 2E and BA. RGB value is (131,46,186). Sum of RGB (Red+Green+Blue) = 131+46+186=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #832EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832EBA is #7CD145. Grayscale: #565656. Windows color (decimal): -8180038 or 12201603. OLE color: 12201603.

HSL color Cylindrical-coordinate representation of color #832EBA: hue angle of 276.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832EBA is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13146186-
CMYK0.300.7500.27
HSL276.43º60.34%45.49%-
HSV(B)276.43º75.27%72.94%-
XYZ19.210.3247.44-
YUV87.38183.66159.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 46 (18.36% from 255) = 12.67%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=36.09%
G=12.67%
B=51.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131461860.300.7500.27276.4360.3445.49
Hex832EBA1E4B01B1143c2d
Octal20356272361130334247455
Binary1000001110111010111010111101001011011011100010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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