#831CB3

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

Shades of Dark Orchid #831CB3

Tints of Dark Orchid #831CB3

Color information

#831CB3 (or 0x831CB3) is unknown color: approx Dark Orchid. HEX triplet: 83, 1C and B3. RGB value is (131,28,179). Sum of RGB (Red+Green+Blue) = 131+28+179=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #831CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CB3 is #7CE34C. Grayscale: #4B4B4B. Windows color (decimal): -8184653 or 11738243. OLE color: 11738243.

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

Color convert

RGB13128179-
CMYK0.270.8400.30
HSL280.93º72.95%40.59%-
HSV(B)280.93º84.36%70.2%-
XYZ17.918.9143.42-
YUV76.01186.12167.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 28 (11.33% from 255) = 8.28%
BLUE value IS 179 (70.31% from 255) = 52.96%
R=38.76%
G=8.28%
B=52.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131281790.270.8400.30280.9372.9540.59
Hex831CB31B5401E1194929
Octal203342633312403643111151
Binary1000001111100101100111101110101000111101000110011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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