#832AC6

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

Shades of Dark Orchid #832AC6

Tints of Dark Orchid #832AC6

Color information

#832AC6 (or 0x832AC6) is unknown color: approx Dark Orchid. HEX triplet: 83, 2A and C6. RGB value is (131,42,198). Sum of RGB (Red+Green+Blue) = 131+42+198=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #832AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832AC6 is #7CD539. Grayscale: #555555. Windows color (decimal): -8181050 or 12987011. OLE color: 12987011.

HSL color Cylindrical-coordinate representation of color #832AC6: hue angle of 274.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #832AC6 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13142198-
CMYK0.340.7900.22
HSL274.23º65%47.06%-
HSV(B)274.23º78.79%77.65%-
XYZ20.3810.5654.39-
YUV86.4190.99159.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 198 (77.73% from 255) = 53.37%
R=35.31%
G=11.32%
B=53.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131421980.340.7900.22274.236547.06
Hex832AC6224F016112412f
Octal203523064211702642210157
Binary100000111010101100011010001010011110101101000100101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,42,198); }

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

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

 a { background-color: rgb(131,42,198); }

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

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

 span { border-color: rgb(131,42,198); }

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