Html Css Color HEX #833080 Dark Purple

📋 copy color: '#833080'

red 131 ◦ green 48 ◦ blue 128

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

Shades of Dark Purple #833080

Tints of Dark Purple #833080

RGB

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

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

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

R = 42.67%
G = 15.64%
B = 41.69%

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

#833080 (or 0x833080) is known color: Dark Purple. HEX triplet: 83, 30 and 80. RGB value is (131,48,128). Sum of RGB (Red+Green+Blue) = 131+48+128=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #833080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833080 is #7CCF7F. Grayscale: #515151. Windows color (decimal): -8179584 or 8401027. OLE color: 8401027.

HSL color Cylindrical-coordinate representation of color #833080: hue angle of 302.17º 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 #833080 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 48 128 -
CMYK 0 0.63 0.02 0.49
HSL 302.17º 0.46% 0.35% -
HSV(B) 302.17º 0.63% 0.51% -
XYZ 14.31 8.5 21.31 -
YUV 81.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 131 48 128 0 0.63 0.02 0.49 302.17 0.46 0.35
Hex 83 30 80 0 3F 2 31 12E 2E 23
Octal 203 60 200 0 77 2 61 456 56 43
Binary 10000011 110000 10000000 0 111111 10 110001 100101110 101110 100011

Color Harmonies of #833080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833080

Black with #833080

Text Example


Text Example

White with #833080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833080; }

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

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

background-color css

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

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

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

border-color css

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

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

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