Html Css Color HEX #83256A Dark Purple

📋 copy color: '#83256A'

red 131 ◦ green 37 ◦ blue 106

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

Shades of Dark Purple #83256A

Tints of Dark Purple #83256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 47.81%
G = 13.5%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83256A (or 0x83256A) is known color: Dark Purple. HEX triplet: 83, 25 and 6A. RGB value is (131,37,106). Sum of RGB (Red+Green+Blue) = 131+37+106=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83256A is #7CDA95. Grayscale: #484848. Windows color (decimal): -8182422 or 6956419. OLE color: 6956419.

HSL color Cylindrical-coordinate representation of color #83256A: hue angle of 315.96º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83256A is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 37 106 -
CMYK 0 0.72 0.19 0.49
HSL 315.96º 0.56% 0.33% -
HSV(B) 315.96º 0.72% 0.51% -
XYZ 12.62 7.19 14.36 -
YUV 72.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 131 37 106 0 0.72 0.19 0.49 315.96 0.56 0.33
Hex 83 25 6A 0 48 13 31 13C 38 21
Octal 203 45 152 0 110 23 61 474 70 41
Binary 10000011 100101 1101010 0 1001000 10011 110001 100111100 111000 100001

Color Harmonies of #83256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83256A

Black with #83256A

Text Example


Text Example

White with #83256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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