Html Css Color HEX #830D6B Dark Purple

📋 copy color: '#830D6B'

red 131 ◦ green 13 ◦ blue 107

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

Shades of Dark Purple #830D6B

Tints of Dark Purple #830D6B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.18%

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

R = 52.19%
G = 5.18%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#830D6B (or 0x830D6B) is known color: Dark Purple. HEX triplet: 83, 0D and 6B. RGB value is (131,13,107). Sum of RGB (Red+Green+Blue) = 131+13+107=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #830D6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830D6B is #7CF294. Grayscale: #3A3A3A. Windows color (decimal): -8188565 or 7015811. OLE color: 7015811.

HSL color Cylindrical-coordinate representation of color #830D6B: hue angle of 312.2º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830D6B is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 13 107 -
CMYK 0 0.90 0.18 0.49
HSL 312.2º 0.82% 0.28% -
HSV(B) 312.2º 0.9% 0.51% -
XYZ 12.16 6.17 14.46 -
YUV 59 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 131 13 107 0 0.90 0.18 0.49 312.2 0.82 0.28
Hex 83 D 6B 0 5A 12 31 138 52 1C
Octal 203 15 153 0 132 22 61 470 122 34
Binary 10000011 1101 1101011 0 1011010 10010 110001 100111000 1010010 11100

Color Harmonies of #830D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830D6B

Black with #830D6B

Text Example


Text Example

White with #830D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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