Html Css Color HEX #83357B Dark Purple

📋 copy color: '#83357B'

red 131 ◦ green 53 ◦ blue 123

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

Shades of Dark Purple #83357B

Tints of Dark Purple #83357B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

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

R = 42.67%
G = 17.26%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83357B (or 0x83357B) is known color: Dark Purple. HEX triplet: 83, 35 and 7B. RGB value is (131,53,123). Sum of RGB (Red+Green+Blue) = 131+53+123=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83357B is #7CCA84. Grayscale: #545454. Windows color (decimal): -8178309 or 8074627. OLE color: 8074627.

HSL color Cylindrical-coordinate representation of color #83357B: hue angle of 306.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83357B is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 53 123 -
CMYK 0 0.60 0.06 0.49
HSL 306.15º 0.42% 0.36% -
HSV(B) 306.15º 0.6% 0.51% -
XYZ 14.21 8.8 19.69 -
YUV 84.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 131 53 123 0 0.60 0.06 0.49 306.15 0.42 0.36
Hex 83 35 7B 0 3C 6 31 132 2A 24
Octal 203 65 173 0 74 6 61 462 52 44
Binary 10000011 110101 1111011 0 111100 110 110001 100110010 101010 100100

Color Harmonies of #83357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83357B

Black with #83357B

Text Example


Text Example

White with #83357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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