Html Css Color HEX #83256B Dark Purple

📋 copy color: '#83256B'

red 131 ◦ green 37 ◦ blue 107

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

Shades of Dark Purple #83256B

Tints of Dark Purple #83256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.91%

R = 47.64%
G = 13.45%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83256B (or 0x83256B) is known color: Dark Purple. HEX triplet: 83, 25 and 6B. RGB value is (131,37,107). Sum of RGB (Red+Green+Blue) = 131+37+107=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83256B is #7CDA94. Grayscale: #484848. Windows color (decimal): -8182421 or 7021955. OLE color: 7021955.

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

Color convert

RGB 131 37 107 -
CMYK 0 0.72 0.18 0.49
HSL 315.32º 0.56% 0.33% -
HSV(B) 315.32º 0.72% 0.51% -
XYZ 12.68 7.21 14.63 -
YUV 73.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 131 37 107 0 0.72 0.18 0.49 315.32 0.56 0.33
Hex 83 25 6B 0 48 12 31 13B 38 21
Octal 203 45 153 0 110 22 61 473 70 41
Binary 10000011 100101 1101011 0 1001000 10010 110001 100111011 111000 100001

Color Harmonies of #83256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83256B

Black with #83256B

Text Example


Text Example

White with #83256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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