Html Css Color HEX #83589D Studio

📋 copy color: '#83589D'

red 131 ◦ green 88 ◦ blue 157

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

Shades of Studio #83589D

Tints of Studio #83589D

RGB

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

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

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

R = 34.84%
G = 23.4%
B = 41.76%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83589D (or 0x83589D) is known color: Studio. HEX triplet: 83, 58 and 9D. RGB value is (131,88,157). Sum of RGB (Red+Green+Blue) = 131+88+157=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #83589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83589D is #7CA762. Grayscale: #6C6C6C. Windows color (decimal): -8169315 or 10311811. OLE color: 10311811.

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

Color convert

RGB 131 88 157 -
CMYK 0.17 0.44 0 0.38
HSL 277.39º 0.28% 0.48% -
HSV(B) 277.39º 0.44% 0.62% -
XYZ 18.94 14.24 33.65 -
YUV 108.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 131 88 157 0.17 0.44 0 0.38 277.39 0.28 0.48
Hex 83 58 9D 11 2C 0 26 115 1C 30
Octal 203 130 235 21 54 0 46 425 34 60
Binary 10000011 1011000 10011101 10001 101100 0 100110 100010101 11100 110000

Color Harmonies of #83589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83589D

Black with #83589D

Text Example


Text Example

White with #83589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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