Html Css Color HEX #8131B7 Dark Orchid

📋 copy color: '#8131B7'

red 129 ◦ green 49 ◦ blue 183

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

Shades of Dark Orchid #8131B7

Tints of Dark Orchid #8131B7

RGB

 RED value IS 129 (50.78% from 255) = 35.73%

 GREEN value IS 49 (19.53% from 255) = 13.57%

 BLUE value IS 183 (71.88% from 255) = 50.69%

R = 35.73%
G = 13.57%
B = 50.69%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8131B7 (or 0x8131B7) is known color: Dark Orchid. HEX triplet: 81, 31 and B7. RGB value is (129,49,183). Sum of RGB (Red+Green+Blue) = 129+49+183=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #8131B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8131B7 is #7ECE48. Grayscale: #575757. Windows color (decimal): -8310345 or 12005761. OLE color: 12005761.

HSL color Cylindrical-coordinate representation of color #8131B7: hue angle of 275.82º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8131B7 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 49 183 -
CMYK 0.30 0.73 0 0.28
HSL 275.82º 0.58% 0.45% -
HSV(B) 275.82º 0.73% 0.72% -
XYZ 18.7 10.28 45.8 -
YUV 88.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 129 49 183 0.30 0.73 0 0.28 275.82 0.58 0.45
Hex 81 31 B7 1E 49 0 1C 114 3A 2D
Octal 201 61 267 36 111 0 34 424 72 55
Binary 10000001 110001 10110111 11110 1001001 0 11100 100010100 111010 101101

Color Harmonies of #8131B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8131B7

Black with #8131B7

Text Example


Text Example

White with #8131B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8131B7; }

 p { color: rgb(129,49,183); }

 H1.HeaderClassName
 {
   color: #8131B7;
 }
 .AnyTagClassName
 {
   color: #8131B7;
 }
</style>

background-color css

<style>
 a { background-color: #8131B7; }

 a { background-color: rgb(129,49,183); }

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

border-color css

<style>
 span { border-color: #8131B7; }

 span { border-color: rgb(129,49,183); }

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