#831AB0

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

Shades of Dark Orchid #831AB0

Tints of Dark Orchid #831AB0

Color information

#831AB0 (or 0x831AB0) is unknown color: approx Dark Orchid. HEX triplet: 83, 1A and B0. RGB value is (131,26,176). Sum of RGB (Red+Green+Blue) = 131+26+176=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #831AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831AB0 is #7CE54F. Grayscale: #4A4A4A. Windows color (decimal): -8185168 or 11541123. OLE color: 11541123.

HSL color Cylindrical-coordinate representation of color #831AB0: hue angle of 282º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831AB0 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13126176-
CMYK0.260.8500.31
HSL282º74.26%39.61%-
HSV(B)282º85.23%69.02%-
XYZ17.578.741.83-
YUV74.5185.29168.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 26 (10.55% from 255) = 7.81%
BLUE value IS 176 (69.14% from 255) = 52.85%
R=39.34%
G=7.81%
B=52.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131261760.260.8500.3128274.2639.61
Hex831AB01A5501F11a4a28
Octal203322603212503743211250
Binary1000001111010101100001101010101010111111000110101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,26,176); }

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

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

 a { background-color: rgb(131,26,176); }

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

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

 span { border-color: rgb(131,26,176); }

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