Html Css Color HEX #831EB9 Dark Orchid

📋 copy color: '#831EB9'

red 131 ◦ green 30 ◦ blue 185

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

Shades of Dark Orchid #831EB9

Tints of Dark Orchid #831EB9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

 BLUE value IS 185 (72.66% from 255) = 53.47%

R = 37.86%
G = 8.67%
B = 53.47%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#831EB9 (or 0x831EB9) is known color: Dark Orchid. HEX triplet: 83, 1E and B9. RGB value is (131,30,185). Sum of RGB (Red+Green+Blue) = 131+30+185=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #831EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EB9 is #7CE146. Grayscale: #4D4D4D. Windows color (decimal): -8184135 or 12131971. OLE color: 12131971.

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

Color convert

RGB 131 30 185 -
CMYK 0.29 0.84 0 0.27
HSL 279.1º 0.72% 0.42% -
HSV(B) 279.1º 0.84% 0.73% -
XYZ 18.58 9.26 46.71 -
YUV 77.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 131 30 185 0.29 0.84 0 0.27 279.1 0.72 0.42
Hex 83 1E B9 1D 54 0 1B 117 48 2A
Octal 203 36 271 35 124 0 33 427 110 52
Binary 10000011 11110 10111001 11101 1010100 0 11011 100010111 1001000 101010

Color Harmonies of #831EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831EB9

Black with #831EB9

Text Example


Text Example

White with #831EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,30,185); }

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

background-color css

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

 a { background-color: rgb(131,30,185); }

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

border-color css

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

 span { border-color: rgb(131,30,185); }

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