Html Css Color HEX #83569F Studio

📋 copy color: '#83569F'

red 131 ◦ green 86 ◦ blue 159

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

Shades of Studio #83569F

Tints of Studio #83569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.87%

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

R = 34.84%
G = 22.87%
B = 42.29%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83569F (or 0x83569F) is known color: Studio. HEX triplet: 83, 56 and 9F. RGB value is (131,86,159). Sum of RGB (Red+Green+Blue) = 131+86+159=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #83569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83569F is #7CA960. Grayscale: #6B6B6B. Windows color (decimal): -8169825 or 10442371. OLE color: 10442371.

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

Color convert

RGB 131 86 159 -
CMYK 0.18 0.46 0 0.38
HSL 276.99º 0.3% 0.48% -
HSV(B) 276.99º 0.46% 0.62% -
XYZ 18.95 13.98 34.5 -
YUV 107.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 131 86 159 0.18 0.46 0 0.38 276.99 0.3 0.48
Hex 83 56 9F 12 2E 0 26 115 1E 30
Octal 203 126 237 22 56 0 46 425 36 60
Binary 10000011 1010110 10011111 10010 101110 0 100110 100010101 11110 110000

Color Harmonies of #83569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83569F

Black with #83569F

Text Example


Text Example

White with #83569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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