Html Css Color HEX #832585 Dark Purple

📋 copy color: '#832585'

red 131 ◦ green 37 ◦ blue 133

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

Shades of Dark Purple #832585

Tints of Dark Purple #832585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 133 (52.34% from 255) = 44.19%

R = 43.52%
G = 12.29%
B = 44.19%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#832585 (or 0x832585) is known color: Dark Purple. HEX triplet: 83, 25 and 85. RGB value is (131,37,133). Sum of RGB (Red+Green+Blue) = 131+37+133=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #832585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832585 is #7CDA7A. Grayscale: #4B4B4B. Windows color (decimal): -8182395 or 8725891. OLE color: 8725891.

HSL color Cylindrical-coordinate representation of color #832585: hue angle of 298.75º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #832585 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 37 133 -
CMYK 0.02 0.72 0 0.48
HSL 298.75º 0.56% 0.33% -
HSV(B) 298.75º 0.72% 0.52% -
XYZ 14.26 7.84 22.95 -
YUV 76.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 131 37 133 0.02 0.72 0 0.48 298.75 0.56 0.33
Hex 83 25 85 2 48 0 30 12B 38 21
Octal 203 45 205 2 110 0 60 453 70 41
Binary 10000011 100101 10000101 10 1001000 0 110000 100101011 111000 100001

Color Harmonies of #832585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832585

Black with #832585

Text Example


Text Example

White with #832585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832585; }

 p { color: rgb(131,37,133); }

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

background-color css

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

 a { background-color: rgb(131,37,133); }

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

border-color css

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

 span { border-color: rgb(131,37,133); }

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