Html Css Color HEX #832285 Dark Purple

📋 copy color: '#832285'

red 131 ◦ green 34 ◦ blue 133

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

Shades of Dark Purple #832285

Tints of Dark Purple #832285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 43.96%
G = 11.41%
B = 44.63%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#832285 (or 0x832285) is known color: Dark Purple. HEX triplet: 83, 22 and 85. RGB value is (131,34,133). Sum of RGB (Red+Green+Blue) = 131+34+133=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #832285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832285 is #7CDD7A. Grayscale: #494949. Windows color (decimal): -8183163 or 8725123. OLE color: 8725123.

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

Color convert

RGB 131 34 133 -
CMYK 0.02 0.74 0 0.48
HSL 298.79º 0.59% 0.33% -
HSV(B) 298.79º 0.74% 0.52% -
XYZ 14.17 7.66 22.92 -
YUV 74.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 131 34 133 0.02 0.74 0 0.48 298.79 0.59 0.33
Hex 83 22 85 2 4A 0 30 12B 3B 21
Octal 203 42 205 2 112 0 60 453 73 41
Binary 10000011 100010 10000101 10 1001010 0 110000 100101011 111011 100001

Color Harmonies of #832285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832285

Black with #832285

Text Example


Text Example

White with #832285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832285; }

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

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

background-color css

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

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

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

border-color css

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

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

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