Html Css Color HEX #83256E Dark Purple

📋 copy color: '#83256E'

red 131 ◦ green 37 ◦ blue 110

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

Shades of Dark Purple #83256E

Tints of Dark Purple #83256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.57%

R = 47.12%
G = 13.31%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83256E (or 0x83256E) is known color: Dark Purple. HEX triplet: 83, 25 and 6E. RGB value is (131,37,110). Sum of RGB (Red+Green+Blue) = 131+37+110=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83256E is #7CDA91. Grayscale: #494949. Windows color (decimal): -8182418 or 7218563. OLE color: 7218563.

HSL color Cylindrical-coordinate representation of color #83256E: hue angle of 313.4º 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 #83256E is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 37 110 -
CMYK 0 0.72 0.16 0.49
HSL 313.4º 0.56% 0.33% -
HSV(B) 313.4º 0.72% 0.51% -
XYZ 12.84 7.27 15.48 -
YUV 73.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 131 37 110 0 0.72 0.16 0.49 313.4 0.56 0.33
Hex 83 25 6E 0 48 10 31 139 38 21
Octal 203 45 156 0 110 20 61 471 70 41
Binary 10000011 100101 1101110 0 1001000 10000 110001 100111001 111000 100001

Color Harmonies of #83256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83256E

Black with #83256E

Text Example


Text Example

White with #83256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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