Html Css Color HEX #831FBD Dark Orchid

📋 copy color: '#831FBD'

red 131 ◦ green 31 ◦ blue 189

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

Shades of Dark Orchid #831FBD

Tints of Dark Orchid #831FBD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.83%

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

R = 37.32%
G = 8.83%
B = 53.85%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#831FBD (or 0x831FBD) is known color: Dark Orchid. HEX triplet: 83, 1F and BD. RGB value is (131,31,189). Sum of RGB (Red+Green+Blue) = 131+31+189=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #831FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831FBD is #7CE042. Grayscale: #4E4E4E. Windows color (decimal): -8183875 or 12394371. OLE color: 12394371.

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

Color convert

RGB 131 31 189 -
CMYK 0.31 0.84 0 0.26
HSL 277.97º 0.72% 0.43% -
HSV(B) 277.97º 0.84% 0.74% -
XYZ 19.04 9.48 48.97 -
YUV 78.91 190.13 165.15 -
System Red Green Blue C M Y K H S L
Decimal 131 31 189 0.31 0.84 0 0.26 277.97 0.72 0.43
Hex 83 1F BD 1F 54 0 1A 116 48 2B
Octal 203 37 275 37 124 0 32 426 110 53
Binary 10000011 11111 10111101 11111 1010100 0 11010 100010110 1001000 101011

Color Harmonies of #831FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831FBD

Black with #831FBD

Text Example


Text Example

White with #831FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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