Html Css Color HEX #831DB6 Dark Orchid

📋 copy color: '#831DB6'

red 131 ◦ green 29 ◦ blue 182

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

Shades of Dark Orchid #831DB6

Tints of Dark Orchid #831DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.22%

R = 38.3%
G = 8.48%
B = 53.22%

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

#831DB6 (or 0x831DB6) is known color: Dark Orchid. HEX triplet: 83, 1D and B6. RGB value is (131,29,182). Sum of RGB (Red+Green+Blue) = 131+29+182=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #831DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DB6 is #7CE249. Grayscale: #4C4C4C. Windows color (decimal): -8184394 or 11935107. OLE color: 11935107.

HSL color Cylindrical-coordinate representation of color #831DB6: hue angle of 280º degrees, saturation: 0.73, 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 #831DB6 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 29 182 -
CMYK 0.28 0.84 0 0.29
HSL 280º 0.73% 0.41% -
HSV(B) 280º 0.84% 0.71% -
XYZ 18.24 9.08 45.05 -
YUV 76.94 187.29 166.56 -
System Red Green Blue C M Y K H S L
Decimal 131 29 182 0.28 0.84 0 0.29 280 0.73 0.41
Hex 83 1D B6 1C 54 0 1D 118 49 29
Octal 203 35 266 34 124 0 35 430 111 51
Binary 10000011 11101 10110110 11100 1010100 0 11101 100011000 1001001 101001

Color Harmonies of #831DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DB6

Black with #831DB6

Text Example


Text Example

White with #831DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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