Html Css Color HEX #83599F Studio

📋 copy color: '#83599F'

red 131 ◦ green 89 ◦ blue 159

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

Shades of Studio #83599F

Tints of Studio #83599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 34.56%
G = 23.48%
B = 41.95%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83599F (or 0x83599F) is known color: Studio. HEX triplet: 83, 59 and 9F. RGB value is (131,89,159). Sum of RGB (Red+Green+Blue) = 131+89+159=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #83599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83599F is #7CA660. Grayscale: #6D6D6D. Windows color (decimal): -8169057 or 10443139. OLE color: 10443139.

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

Color convert

RGB 131 89 159 -
CMYK 0.18 0.44 0 0.38
HSL 276º 0.28% 0.49% -
HSV(B) 276º 0.44% 0.62% -
XYZ 19.19 14.47 34.58 -
YUV 109.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 131 89 159 0.18 0.44 0 0.38 276 0.28 0.49
Hex 83 59 9F 12 2C 0 26 114 1C 31
Octal 203 131 237 22 54 0 46 424 34 61
Binary 10000011 1011001 10011111 10010 101100 0 100110 100010100 11100 110001

Color Harmonies of #83599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83599F

Black with #83599F

Text Example


Text Example

White with #83599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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