#832FC3

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

Shades of Dark Orchid #832FC3

Tints of Dark Orchid #832FC3

Color information

#832FC3 (or 0x832FC3) is unknown color: approx Dark Orchid. HEX triplet: 83, 2F and C3. RGB value is (131,47,195). Sum of RGB (Red+Green+Blue) = 131+47+195=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #832FC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FC3 is #7CD03C. Grayscale: #585858. Windows color (decimal): -8179773 or 12791683. OLE color: 12791683.

HSL color Cylindrical-coordinate representation of color #832FC3: hue angle of 274.05º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832FC3 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13147195-
CMYK0.330.7600.24
HSL274.05º61.16%47.45%-
HSV(B)274.05º75.9%76.47%-
XYZ20.2310.852.65-
YUV88.99187.83157.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 47 (18.75% from 255) = 12.60%
BLUE value IS 195 (76.56% from 255) = 52.28%
R=35.12%
G=12.60%
B=52.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131471950.330.7600.24274.0561.1647.45
Hex832FC3214C0181123d2f
Octal20357303411140304227557
Binary10000011101111110000111000011001100011000100010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,47,195); }

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

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

 a { background-color: rgb(131,47,195); }

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

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

 span { border-color: rgb(131,47,195); }

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