Html Css Color HEX #83267F Dark Purple

📋 copy color: '#83267F'

red 131 ◦ green 38 ◦ blue 127

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

Shades of Dark Purple #83267F

Tints of Dark Purple #83267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.91%

R = 44.26%
G = 12.84%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83267F (or 0x83267F) is known color: Dark Purple. HEX triplet: 83, 26 and 7F. RGB value is (131,38,127). Sum of RGB (Red+Green+Blue) = 131+38+127=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83267F is #7CD980. Grayscale: #4B4B4B. Windows color (decimal): -8182145 or 8332931. OLE color: 8332931.

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

Color convert

RGB 131 38 127 -
CMYK 0 0.71 0.03 0.49
HSL 302.58º 0.55% 0.33% -
HSV(B) 302.58º 0.71% 0.51% -
XYZ 13.88 7.74 20.84 -
YUV 75.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 131 38 127 0 0.71 0.03 0.49 302.58 0.55 0.33
Hex 83 26 7F 0 47 3 31 12F 37 21
Octal 203 46 177 0 107 3 61 457 67 41
Binary 10000011 100110 1111111 0 1000111 11 110001 100101111 110111 100001

Color Harmonies of #83267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83267F

Black with #83267F

Text Example


Text Example

White with #83267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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