Html Css Color HEX #83599B Studio

📋 copy color: '#83599B'

red 131 ◦ green 89 ◦ blue 155

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

Shades of Studio #83599B

Tints of Studio #83599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 34.93%
G = 23.73%
B = 41.33%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83599B (or 0x83599B) is known color: Studio. HEX triplet: 83, 59 and 9B. RGB value is (131,89,155). Sum of RGB (Red+Green+Blue) = 131+89+155=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #83599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83599B is #7CA664. Grayscale: #6C6C6C. Windows color (decimal): -8169061 or 10180995. OLE color: 10180995.

HSL color Cylindrical-coordinate representation of color #83599B: hue angle of 278.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83599B is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 89 155 -
CMYK 0.15 0.43 0 0.39
HSL 278.18º 0.27% 0.48% -
HSV(B) 278.18º 0.43% 0.61% -
XYZ 18.85 14.34 32.78 -
YUV 109.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 131 89 155 0.15 0.43 0 0.39 278.18 0.27 0.48
Hex 83 59 9B F 2B 0 27 116 1B 30
Octal 203 131 233 17 53 0 47 426 33 60
Binary 10000011 1011001 10011011 1111 101011 0 100111 100010110 11011 110000

Color Harmonies of #83599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83599B

Black with #83599B

Text Example


Text Example

White with #83599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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