Html Css Color HEX #831EBA Dark Orchid

📋 copy color: '#831EBA'

red 131 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #831EBA

Tints of Dark Orchid #831EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 37.75%
G = 8.65%
B = 53.6%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#831EBA (or 0x831EBA) is known color: Dark Orchid. HEX triplet: 83, 1E and BA. RGB value is (131,30,186). Sum of RGB (Red+Green+Blue) = 131+30+186=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #831EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EBA is #7CE145. Grayscale: #4D4D4D. Windows color (decimal): -8184134 or 12197507. OLE color: 12197507.

HSL color Cylindrical-coordinate representation of color #831EBA: hue angle of 278.85º 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 #831EBA is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 30 186 -
CMYK 0.30 0.84 0 0.27
HSL 278.85º 0.72% 0.42% -
HSV(B) 278.85º 0.84% 0.73% -
XYZ 18.69 9.3 47.26 -
YUV 77.98 188.96 165.82 -
System Red Green Blue C M Y K H S L
Decimal 131 30 186 0.30 0.84 0 0.27 278.85 0.72 0.42
Hex 83 1E BA 1E 54 0 1B 117 48 2A
Octal 203 36 272 36 124 0 33 427 110 52
Binary 10000011 11110 10111010 11110 1010100 0 11011 100010111 1001000 101010

Color Harmonies of #831EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831EBA

Black with #831EBA

Text Example


Text Example

White with #831EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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