Html Css Color HEX #831ABA Dark Orchid

📋 copy color: '#831ABA'

red 131 ◦ green 26 ◦ blue 186

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

Shades of Dark Orchid #831ABA

Tints of Dark Orchid #831ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.58%

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

R = 38.19%
G = 7.58%
B = 54.23%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#831ABA (or 0x831ABA) is known color: Dark Orchid. HEX triplet: 83, 1A and BA. RGB value is (131,26,186). Sum of RGB (Red+Green+Blue) = 131+26+186=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #831ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831ABA is #7CE545. Grayscale: #4B4B4B. Windows color (decimal): -8185158 or 12196483. OLE color: 12196483.

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

Color convert

RGB 131 26 186 -
CMYK 0.30 0.86 0 0.27
HSL 279.38º 0.75% 0.42% -
HSV(B) 279.38º 0.86% 0.73% -
XYZ 18.59 9.11 47.23 -
YUV 75.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 131 26 186 0.30 0.86 0 0.27 279.38 0.75 0.42
Hex 83 1A BA 1E 56 0 1B 117 4B 2A
Octal 203 32 272 36 126 0 33 427 113 52
Binary 10000011 11010 10111010 11110 1010110 0 11011 100010111 1001011 101010

Color Harmonies of #831ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831ABA

Black with #831ABA

Text Example


Text Example

White with #831ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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