Html Css Color HEX #830E6A Dark Purple

📋 copy color: '#830E6A'

red 131 ◦ green 14 ◦ blue 106

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

Shades of Dark Purple #830E6A

Tints of Dark Purple #830E6A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.58%

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 52.19%
G = 5.58%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#830E6A (or 0x830E6A) is known color: Dark Purple. HEX triplet: 83, 0E and 6A. RGB value is (131,14,106). Sum of RGB (Red+Green+Blue) = 131+14+106=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #830E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830E6A is #7CF195. Grayscale: #3B3B3B. Windows color (decimal): -8188310 or 6950531. OLE color: 6950531.

HSL color Cylindrical-coordinate representation of color #830E6A: hue angle of 312.82º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830E6A is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 14 106 -
CMYK 0 0.89 0.19 0.49
HSL 312.82º 0.81% 0.28% -
HSV(B) 312.82º 0.89% 0.51% -
XYZ 12.12 6.18 14.19 -
YUV 59.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 131 14 106 0 0.89 0.19 0.49 312.82 0.81 0.28
Hex 83 E 6A 0 59 13 31 139 51 1C
Octal 203 16 152 0 131 23 61 471 121 34
Binary 10000011 1110 1101010 0 1011001 10011 110001 100111001 1010001 11100

Color Harmonies of #830E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E6A

Black with #830E6A

Text Example


Text Example

White with #830E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830E6A; }

 p { color: rgb(131,14,106); }

 H1.HeaderClassName
 {
   color: #830E6A;
 }
 .AnyTagClassName
 {
   color: #830E6A;
 }
</style>

background-color css

<style>
 a { background-color: #830E6A; }

 a { background-color: rgb(131,14,106); }

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

border-color css

<style>
 span { border-color: #830E6A; }

 span { border-color: rgb(131,14,106); }

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