Html Css Color HEX #831BB7 Dark Orchid

📋 copy color: '#831BB7'

red 131 ◦ green 27 ◦ blue 183

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

Shades of Dark Orchid #831BB7

Tints of Dark Orchid #831BB7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.92%

 BLUE value IS 183 (71.88% from 255) = 53.67%

R = 38.42%
G = 7.92%
B = 53.67%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#831BB7 (or 0x831BB7) is known color: Dark Orchid. HEX triplet: 83, 1B and B7. RGB value is (131,27,183). Sum of RGB (Red+Green+Blue) = 131+27+183=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 183 (71.88% from 255 or 53.67% from 341); Max value from RGB is 183 - color contains mainly: blue. Hex color #831BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831BB7 is #7CE448. Grayscale: #4B4B4B. Windows color (decimal): -8184905 or 12000131. OLE color: 12000131.

HSL color Cylindrical-coordinate representation of color #831BB7: hue angle of 280º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831BB7 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 27 183 -
CMYK 0.28 0.85 0 0.28
HSL 280º 0.74% 0.41% -
HSV(B) 280º 0.85% 0.72% -
XYZ 18.3 9.03 45.58 -
YUV 75.88 188.46 167.32 -
System Red Green Blue C M Y K H S L
Decimal 131 27 183 0.28 0.85 0 0.28 280 0.74 0.41
Hex 83 1B B7 1C 55 0 1C 118 4A 29
Octal 203 33 267 34 125 0 34 430 112 51
Binary 10000011 11011 10110111 11100 1010101 0 11100 100011000 1001010 101001

Color Harmonies of #831BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BB7

Black with #831BB7

Text Example


Text Example

White with #831BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,27,183); }

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

background-color css

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

 a { background-color: rgb(131,27,183); }

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

border-color css

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

 span { border-color: rgb(131,27,183); }

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