Html Css Color HEX #83227B Dark Purple

📋 copy color: '#83227B'

red 131 ◦ green 34 ◦ blue 123

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

Shades of Dark Purple #83227B

Tints of Dark Purple #83227B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

 BLUE value IS 123 (48.44% from 255) = 42.71%

R = 45.49%
G = 11.81%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83227B (or 0x83227B) is known color: Dark Purple. HEX triplet: 83, 22 and 7B. RGB value is (131,34,123). Sum of RGB (Red+Green+Blue) = 131+34+123=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #83227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83227B is #7CDD84. Grayscale: #484848. Windows color (decimal): -8183173 or 8069763. OLE color: 8069763.

HSL color Cylindrical-coordinate representation of color #83227B: hue angle of 304.95º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83227B is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 34 123 -
CMYK 0 0.74 0.06 0.49
HSL 304.95º 0.59% 0.32% -
HSV(B) 304.95º 0.74% 0.51% -
XYZ 13.51 7.4 19.46 -
YUV 73.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 131 34 123 0 0.74 0.06 0.49 304.95 0.59 0.32
Hex 83 22 7B 0 4A 6 31 131 3B 20
Octal 203 42 173 0 112 6 61 461 73 40
Binary 10000011 100010 1111011 0 1001010 110 110001 100110001 111011 100000

Color Harmonies of #83227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83227B

Black with #83227B

Text Example


Text Example

White with #83227B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,34,123); }

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

background-color css

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

 a { background-color: rgb(131,34,123); }

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

border-color css

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

 span { border-color: rgb(131,34,123); }

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