Html Css Color HEX #83256F Dark Purple

📋 copy color: '#83256F'

red 131 ◦ green 37 ◦ blue 111

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

Shades of Dark Purple #83256F

Tints of Dark Purple #83256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 46.95%
G = 13.26%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83256F (or 0x83256F) is known color: Dark Purple. HEX triplet: 83, 25 and 6F. RGB value is (131,37,111). Sum of RGB (Red+Green+Blue) = 131+37+111=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83256F is #7CDA90. Grayscale: #494949. Windows color (decimal): -8182417 or 7284099. OLE color: 7284099.

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

Color convert

RGB 131 37 111 -
CMYK 0 0.72 0.15 0.49
HSL 312.77º 0.56% 0.33% -
HSV(B) 312.77º 0.72% 0.51% -
XYZ 12.89 7.3 15.77 -
YUV 73.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 131 37 111 0 0.72 0.15 0.49 312.77 0.56 0.33
Hex 83 25 6F 0 48 F 31 139 38 21
Octal 203 45 157 0 110 17 61 471 70 41
Binary 10000011 100101 1101111 0 1001000 1111 110001 100111001 111000 100001

Color Harmonies of #83256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83256F

Black with #83256F

Text Example


Text Example

White with #83256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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