Html Css Color HEX #83589B Studio

📋 copy color: '#83589B'

red 131 ◦ green 88 ◦ blue 155

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

Shades of Studio #83589B

Tints of Studio #83589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

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

R = 35.03%
G = 23.53%
B = 41.44%

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

#83589B (or 0x83589B) is known color: Studio. HEX triplet: 83, 58 and 9B. RGB value is (131,88,155). Sum of RGB (Red+Green+Blue) = 131+88+155=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #83589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83589B is #7CA764. Grayscale: #6C6C6C. Windows color (decimal): -8169317 or 10180739. OLE color: 10180739.

HSL color Cylindrical-coordinate representation of color #83589B: hue angle of 278.51º degrees, saturation: 0.28, 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 #83589B is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 88 155 -
CMYK 0.15 0.43 0 0.39
HSL 278.51º 0.28% 0.48% -
HSV(B) 278.51º 0.43% 0.61% -
XYZ 18.77 14.17 32.76 -
YUV 108.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 131 88 155 0.15 0.43 0 0.39 278.51 0.28 0.48
Hex 83 58 9B F 2B 0 27 117 1C 30
Octal 203 130 233 17 53 0 47 427 34 60
Binary 10000011 1011000 10011011 1111 101011 0 100111 100010111 11100 110000

Color Harmonies of #83589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83589B

Black with #83589B

Text Example


Text Example

White with #83589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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