Html Css Color HEX #830A6D Dark Purple

📋 copy color: '#830A6D'

red 131 ◦ green 10 ◦ blue 109

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

Shades of Dark Purple #830A6D

Tints of Dark Purple #830A6D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 52.4%
G = 4%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#830A6D (or 0x830A6D) is known color: Dark Purple. HEX triplet: 83, 0A and 6D. RGB value is (131,10,109). Sum of RGB (Red+Green+Blue) = 131+10+109=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #830A6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830A6D is #7CF592. Grayscale: #393939. Windows color (decimal): -8189331 or 7146115. OLE color: 7146115.

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

Color convert

RGB 131 10 109 -
CMYK 0 0.92 0.17 0.49
HSL 310.91º 0.86% 0.28% -
HSV(B) 310.91º 0.92% 0.51% -
XYZ 12.23 6.15 15.01 -
YUV 57.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 131 10 109 0 0.92 0.17 0.49 310.91 0.86 0.28
Hex 83 A 6D 0 5C 11 31 137 56 1C
Octal 203 12 155 0 134 21 61 467 126 34
Binary 10000011 1010 1101101 0 1011100 10001 110001 100110111 1010110 11100

Color Harmonies of #830A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830A6D

Black with #830A6D

Text Example


Text Example

White with #830A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,10,109); }

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

background-color css

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

 a { background-color: rgb(131,10,109); }

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

border-color css

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

 span { border-color: rgb(131,10,109); }

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