Html Css Color HEX #83267D Dark Purple

📋 copy color: '#83267D'

red 131 ◦ green 38 ◦ blue 125

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

Shades of Dark Purple #83267D

Tints of Dark Purple #83267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 44.56%
G = 12.93%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83267D (or 0x83267D) is known color: Dark Purple. HEX triplet: 83, 26 and 7D. RGB value is (131,38,125). Sum of RGB (Red+Green+Blue) = 131+38+125=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83267D is #7CD982. Grayscale: #4B4B4B. Windows color (decimal): -8182147 or 8201859. OLE color: 8201859.

HSL color Cylindrical-coordinate representation of color #83267D: hue angle of 303.87º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83267D is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 38 125 -
CMYK 0 0.71 0.05 0.49
HSL 303.87º 0.55% 0.33% -
HSV(B) 303.87º 0.71% 0.51% -
XYZ 13.75 7.69 20.16 -
YUV 75.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 131 38 125 0 0.71 0.05 0.49 303.87 0.55 0.33
Hex 83 26 7D 0 47 5 31 130 37 21
Octal 203 46 175 0 107 5 61 460 67 41
Binary 10000011 100110 1111101 0 1000111 101 110001 100110000 110111 100001

Color Harmonies of #83267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83267D

Black with #83267D

Text Example


Text Example

White with #83267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83267D; }

 p { color: rgb(131,38,125); }

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

background-color css

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

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

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

border-color css

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

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

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