Html Css Color HEX #832283 Dark Purple

📋 copy color: '#832283'

red 131 ◦ green 34 ◦ blue 131

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

Shades of Dark Purple #832283

Tints of Dark Purple #832283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 44.26%
G = 11.49%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#832283 (or 0x832283) is known color: Dark Purple. HEX triplet: 83, 22 and 83. RGB value is (131,34,131). Sum of RGB (Red+Green+Blue) = 131+34+131=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #832283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832283 is #7CDD7C. Grayscale: #494949. Windows color (decimal): -8183165 or 8594051. OLE color: 8594051.

HSL color Cylindrical-coordinate representation of color #832283: hue angle of 300º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832283 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 34 131 -
CMYK 0 0.74 0 0.49
HSL 300º 0.59% 0.32% -
HSV(B) 300º 0.74% 0.51% -
XYZ 14.03 7.61 22.2 -
YUV 74.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 131 34 131 0 0.74 0 0.49 300 0.59 0.32
Hex 83 22 83 0 4A 0 31 12C 3B 20
Octal 203 42 203 0 112 0 61 454 73 40
Binary 10000011 100010 10000011 0 1001010 0 110001 100101100 111011 100000

Color Harmonies of #832283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832283

Black with #832283

Text Example


Text Example

White with #832283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832283; }

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

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

background-color css

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

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

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

border-color css

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

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

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