Html Css Color HEX #831ABB Dark Orchid

📋 copy color: '#831ABB'

red 131 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #831ABB

Tints of Dark Orchid #831ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 38.08%
G = 7.56%
B = 54.36%

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

#831ABB (or 0x831ABB) is known color: Dark Orchid. HEX triplet: 83, 1A and BB. RGB value is (131,26,187). Sum of RGB (Red+Green+Blue) = 131+26+187=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #831ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831ABB is #7CE544. Grayscale: #4B4B4B. Windows color (decimal): -8185157 or 12262019. OLE color: 12262019.

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

Color convert

RGB 131 26 187 -
CMYK 0.30 0.86 0 0.27
HSL 279.13º 0.76% 0.42% -
HSV(B) 279.13º 0.86% 0.73% -
XYZ 18.7 9.15 47.79 -
YUV 75.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 131 26 187 0.30 0.86 0 0.27 279.13 0.76 0.42
Hex 83 1A BB 1E 56 0 1B 117 4C 2A
Octal 203 32 273 36 126 0 33 427 114 52
Binary 10000011 11010 10111011 11110 1010110 0 11011 100010111 1001100 101010

Color Harmonies of #831ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831ABB

Black with #831ABB

Text Example


Text Example

White with #831ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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