Html Css Color HEX #83599D Studio

📋 copy color: '#83599D'

red 131 ◦ green 89 ◦ blue 157

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

Shades of Studio #83599D

Tints of Studio #83599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 34.75%
G = 23.61%
B = 41.64%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83599D (or 0x83599D) is known color: Studio. HEX triplet: 83, 59 and 9D. RGB value is (131,89,157). Sum of RGB (Red+Green+Blue) = 131+89+157=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #83599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83599D is #7CA662. Grayscale: #6D6D6D. Windows color (decimal): -8169059 or 10312067. OLE color: 10312067.

HSL color Cylindrical-coordinate representation of color #83599D: hue angle of 277.06º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83599D is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 89 157 -
CMYK 0.17 0.43 0 0.38
HSL 277.06º 0.28% 0.48% -
HSV(B) 277.06º 0.43% 0.62% -
XYZ 19.02 14.4 33.68 -
YUV 109.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 131 89 157 0.17 0.43 0 0.38 277.06 0.28 0.48
Hex 83 59 9D 11 2B 0 26 115 1C 30
Octal 203 131 235 21 53 0 46 425 34 60
Binary 10000011 1011001 10011101 10001 101011 0 100110 100010101 11100 110000

Color Harmonies of #83599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83599D

Black with #83599D

Text Example


Text Example

White with #83599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,89,157); }

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

background-color css

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

 a { background-color: rgb(131,89,157); }

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

border-color css

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

 span { border-color: rgb(131,89,157); }

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