Html Css Color HEX #831ABD Dark Orchid

📋 copy color: '#831ABD'

red 131 ◦ green 26 ◦ blue 189

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

Shades of Dark Orchid #831ABD

Tints of Dark Orchid #831ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 37.86%
G = 7.51%
B = 54.62%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#831ABD (or 0x831ABD) is known color: Dark Orchid. HEX triplet: 83, 1A and BD. RGB value is (131,26,189). Sum of RGB (Red+Green+Blue) = 131+26+189=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #831ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831ABD is #7CE542. Grayscale: #4B4B4B. Windows color (decimal): -8185155 or 12393091. OLE color: 12393091.

HSL color Cylindrical-coordinate representation of color #831ABD: hue angle of 278.65º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831ABD is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 26 189 -
CMYK 0.31 0.86 0 0.26
HSL 278.65º 0.76% 0.42% -
HSV(B) 278.65º 0.86% 0.74% -
XYZ 18.91 9.24 48.93 -
YUV 75.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 131 26 189 0.31 0.86 0 0.26 278.65 0.76 0.42
Hex 83 1A BD 1F 56 0 1A 117 4C 2A
Octal 203 32 275 37 126 0 32 427 114 52
Binary 10000011 11010 10111101 11111 1010110 0 11010 100010111 1001100 101010

Color Harmonies of #831ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831ABD

Black with #831ABD

Text Example


Text Example

White with #831ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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