Html Css Color HEX #830E6B Dark Purple

📋 copy color: '#830E6B'

red 131 ◦ green 14 ◦ blue 107

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

Shades of Dark Purple #830E6B

Tints of Dark Purple #830E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.46%

R = 51.98%
G = 5.56%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#830E6B (or 0x830E6B) is known color: Dark Purple. HEX triplet: 83, 0E and 6B. RGB value is (131,14,107). Sum of RGB (Red+Green+Blue) = 131+14+107=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #830E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830E6B is #7CF194. Grayscale: #3B3B3B. Windows color (decimal): -8188309 or 7016067. OLE color: 7016067.

HSL color Cylindrical-coordinate representation of color #830E6B: hue angle of 312.31º 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 #830E6B is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 14 107 -
CMYK 0 0.89 0.18 0.49
HSL 312.31º 0.81% 0.28% -
HSV(B) 312.31º 0.89% 0.51% -
XYZ 12.17 6.2 14.47 -
YUV 59.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 131 14 107 0 0.89 0.18 0.49 312.31 0.81 0.28
Hex 83 E 6B 0 59 12 31 138 51 1C
Octal 203 16 153 0 131 22 61 470 121 34
Binary 10000011 1110 1101011 0 1011001 10010 110001 100111000 1010001 11100

Color Harmonies of #830E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E6B

Black with #830E6B

Text Example


Text Example

White with #830E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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