Html Css Color HEX #831DBA Dark Orchid

📋 copy color: '#831DBA'

red 131 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #831DBA

Tints of Dark Orchid #831DBA

RGB

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

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

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

R = 37.86%
G = 8.38%
B = 53.76%

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

#831DBA (or 0x831DBA) is known color: Dark Orchid. HEX triplet: 83, 1D and BA. RGB value is (131,29,186). Sum of RGB (Red+Green+Blue) = 131+29+186=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #831DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DBA is #7CE245. Grayscale: #4C4C4C. Windows color (decimal): -8184390 or 12197251. OLE color: 12197251.

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

Color convert

RGB 131 29 186 -
CMYK 0.30 0.84 0 0.27
HSL 278.98º 0.73% 0.42% -
HSV(B) 278.98º 0.84% 0.73% -
XYZ 18.66 9.25 47.26 -
YUV 77.4 189.29 166.23 -
System Red Green Blue C M Y K H S L
Decimal 131 29 186 0.30 0.84 0 0.27 278.98 0.73 0.42
Hex 83 1D BA 1E 54 0 1B 117 49 2A
Octal 203 35 272 36 124 0 33 427 111 52
Binary 10000011 11101 10111010 11110 1010100 0 11011 100010111 1001001 101010

Color Harmonies of #831DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831DBA

Black with #831DBA

Text Example


Text Example

White with #831DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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