Html Css Color HEX #831CBA Dark Orchid

📋 copy color: '#831CBA'

red 131 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #831CBA

Tints of Dark Orchid #831CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.12%

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

R = 37.97%
G = 8.12%
B = 53.91%

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

#831CBA (or 0x831CBA) is known color: Dark Orchid. HEX triplet: 83, 1C and BA. RGB value is (131,28,186). Sum of RGB (Red+Green+Blue) = 131+28+186=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #831CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CBA is #7CE345. Grayscale: #4C4C4C. Windows color (decimal): -8184646 or 12196995. OLE color: 12196995.

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

Color convert

RGB 131 28 186 -
CMYK 0.30 0.85 0 0.27
HSL 279.11º 0.74% 0.42% -
HSV(B) 279.11º 0.85% 0.73% -
XYZ 18.64 9.2 47.25 -
YUV 76.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 131 28 186 0.30 0.85 0 0.27 279.11 0.74 0.42
Hex 83 1C BA 1E 55 0 1B 117 4A 2A
Octal 203 34 272 36 125 0 33 427 112 52
Binary 10000011 11100 10111010 11110 1010101 0 11011 100010111 1001010 101010

Color Harmonies of #831CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831CBA

Black with #831CBA

Text Example


Text Example

White with #831CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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