Html Css Color HEX #831BBA Dark Orchid

📋 copy color: '#831BBA'

red 131 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #831BBA

Tints of Dark Orchid #831BBA

RGB

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

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

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

R = 38.08%
G = 7.85%
B = 54.07%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#831BBA (or 0x831BBA) is known color: Dark Orchid. HEX triplet: 83, 1B and BA. RGB value is (131,27,186). Sum of RGB (Red+Green+Blue) = 131+27+186=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #831BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831BBA is #7CE445. Grayscale: #4B4B4B. Windows color (decimal): -8184902 or 12196739. OLE color: 12196739.

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

Color convert

RGB 131 27 186 -
CMYK 0.30 0.85 0 0.27
HSL 279.25º 0.75% 0.42% -
HSV(B) 279.25º 0.85% 0.73% -
XYZ 18.61 9.15 47.24 -
YUV 76.22 189.96 167.07 -
System Red Green Blue C M Y K H S L
Decimal 131 27 186 0.30 0.85 0 0.27 279.25 0.75 0.42
Hex 83 1B BA 1E 55 0 1B 117 4B 2A
Octal 203 33 272 36 125 0 33 427 113 52
Binary 10000011 11011 10111010 11110 1010101 0 11011 100010111 1001011 101010

Color Harmonies of #831BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831BBA

Black with #831BBA

Text Example


Text Example

White with #831BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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