Html Css Color HEX #823080 Dark Purple

📋 copy color: '#823080'

red 130 ◦ green 48 ◦ blue 128

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

Shades of Dark Purple #823080

Tints of Dark Purple #823080

RGB

 RED value IS 130 (51.17% from 255) = 42.48%

 GREEN value IS 48 (19.14% from 255) = 15.69%

 BLUE value IS 128 (50.39% from 255) = 41.83%

R = 42.48%
G = 15.69%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#823080 (or 0x823080) is known color: Dark Purple. HEX triplet: 82, 30 and 80. RGB value is (130,48,128). Sum of RGB (Red+Green+Blue) = 130+48+128=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #823080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823080 is #7DCF7F. Grayscale: #515151. Windows color (decimal): -8245120 or 8401026. OLE color: 8401026.

HSL color Cylindrical-coordinate representation of color #823080: hue angle of 301.46º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823080 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 128 -
CMYK 0 0.63 0.02 0.49
HSL 301.46º 0.46% 0.35% -
HSV(B) 301.46º 0.63% 0.51% -
XYZ 14.16 8.42 21.3 -
YUV 81.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 130 48 128 0 0.63 0.02 0.49 301.46 0.46 0.35
Hex 82 30 80 0 3F 2 31 12D 2E 23
Octal 202 60 200 0 77 2 61 455 56 43
Binary 10000010 110000 10000000 0 111111 10 110001 100101101 101110 100011

Color Harmonies of #823080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823080

Black with #823080

Text Example


Text Example

White with #823080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823080; }

 p { color: rgb(130,48,128); }

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

background-color css

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

 a { background-color: rgb(130,48,128); }

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

border-color css

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

 span { border-color: rgb(130,48,128); }

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