Html Css Color HEX #831DB5 Dark Orchid

📋 copy color: '#831DB5'

red 131 ◦ green 29 ◦ blue 181

#831DB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #831DB5

Tints of Dark Orchid #831DB5

RGB

 RED value IS 131 (51.56% from 255) = 38.42%

 GREEN value IS 29 (11.72% from 255) = 8.5%

 BLUE value IS 181 (71.09% from 255) = 53.08%

R = 38.42%
G = 8.5%
B = 53.08%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#831DB5 (or 0x831DB5) is known color: Dark Orchid. HEX triplet: 83, 1D and B5. RGB value is (131,29,181). Sum of RGB (Red+Green+Blue) = 131+29+181=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #831DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DB5 is #7CE24A. Grayscale: #4C4C4C. Windows color (decimal): -8184395 or 11869571. OLE color: 11869571.

HSL color Cylindrical-coordinate representation of color #831DB5: hue angle of 280.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831DB5 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 29 181 -
CMYK 0.28 0.84 0 0.29
HSL 280.26º 0.72% 0.41% -
HSV(B) 280.26º 0.84% 0.71% -
XYZ 18.14 9.04 44.5 -
YUV 76.83 186.79 166.64 -
System Red Green Blue C M Y K H S L
Decimal 131 29 181 0.28 0.84 0 0.29 280.26 0.72 0.41
Hex 83 1D B5 1C 54 0 1D 118 48 29
Octal 203 35 265 34 124 0 35 430 110 51
Binary 10000011 11101 10110101 11100 1010100 0 11101 100011000 1001000 101001

Color Harmonies of #831DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DB5

Black with #831DB5

Text Example


Text Example

White with #831DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,29,181); }

 H1.HeaderClassName
 {
   color: #831DB5;
 }
 .AnyTagClassName
 {
   color: #831DB5;
 }
</style>

background-color css

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

 a { background-color: rgb(131,29,181); }

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

border-color css

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

 span { border-color: rgb(131,29,181); }

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