Html Css Color HEX #831FBC Dark Orchid

📋 copy color: '#831FBC'

red 131 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #831FBC

Tints of Dark Orchid #831FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.86%

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 37.43%
G = 8.86%
B = 53.71%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#831FBC (or 0x831FBC) is known color: Dark Orchid. HEX triplet: 83, 1F and BC. RGB value is (131,31,188). Sum of RGB (Red+Green+Blue) = 131+31+188=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #831FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831FBC is #7CE043. Grayscale: #4E4E4E. Windows color (decimal): -8183876 or 12328835. OLE color: 12328835.

HSL color Cylindrical-coordinate representation of color #831FBC: hue angle of 278.22º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831FBC is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 31 188 -
CMYK 0.30 0.84 0 0.26
HSL 278.22º 0.72% 0.43% -
HSV(B) 278.22º 0.84% 0.74% -
XYZ 18.93 9.44 48.4 -
YUV 78.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 131 31 188 0.30 0.84 0 0.26 278.22 0.72 0.43
Hex 83 1F BC 1E 54 0 1A 116 48 2B
Octal 203 37 274 36 124 0 32 426 110 53
Binary 10000011 11111 10111100 11110 1010100 0 11010 100010110 1001000 101011

Color Harmonies of #831FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831FBC

Black with #831FBC

Text Example


Text Example

White with #831FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,31,188); }

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

background-color css

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

 a { background-color: rgb(131,31,188); }

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

border-color css

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

 span { border-color: rgb(131,31,188); }

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