#832CB3

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

Shades of Dark Orchid #832CB3

Tints of Dark Orchid #832CB3

Color information

#832CB3 (or 0x832CB3) is unknown color: approx Dark Orchid. HEX triplet: 83, 2C and B3. RGB value is (131,44,179). Sum of RGB (Red+Green+Blue) = 131+44+179=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #832CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832CB3 is #7CD34C. Grayscale: #545454. Windows color (decimal): -8180557 or 11742339. OLE color: 11742339.

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

Color convert

RGB13144179-
CMYK0.270.7500.30
HSL278.67º60.54%43.73%-
HSV(B)278.67º75.42%70.2%-
XYZ18.49.8843.59-
YUV85.4180.82160.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 44 (17.58% from 255) = 12.43%
BLUE value IS 179 (70.31% from 255) = 50.56%
R=37.01%
G=12.43%
B=50.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131441790.270.7500.30278.6760.5443.73
Hex832CB31B4B01E1173d2c
Octal20354263331130364277554
Binary1000001110110010110011110111001011011110100010111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,44,179); }

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

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

 a { background-color: rgb(131,44,179); }

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

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

 span { border-color: rgb(131,44,179); }

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