Html Css Color HEX #83509C Studio

📋 copy color: '#83509C'

red 131 ◦ green 80 ◦ blue 156

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

Shades of Studio #83509C

Tints of Studio #83509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 35.69%
G = 21.8%
B = 42.51%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83509C (or 0x83509C) is known color: Studio. HEX triplet: 83, 50 and 9C. RGB value is (131,80,156). Sum of RGB (Red+Green+Blue) = 131+80+156=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #83509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83509C is #7CAF63. Grayscale: #676767. Windows color (decimal): -8171364 or 10244227. OLE color: 10244227.

HSL color Cylindrical-coordinate representation of color #83509C: hue angle of 280.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83509C is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 80 156 -
CMYK 0.16 0.49 0 0.39
HSL 280.26º 0.32% 0.46% -
HSV(B) 280.26º 0.49% 0.61% -
XYZ 18.23 12.96 32.99 -
YUV 103.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 131 80 156 0.16 0.49 0 0.39 280.26 0.32 0.46
Hex 83 50 9C 10 31 0 27 118 20 2E
Octal 203 120 234 20 61 0 47 430 40 56
Binary 10000011 1010000 10011100 10000 110001 0 100111 100011000 100000 101110

Color Harmonies of #83509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83509C

Black with #83509C

Text Example


Text Example

White with #83509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83509C; }

 p { color: rgb(131,80,156); }

 H1.HeaderClassName
 {
   color: #83509C;
 }
 .AnyTagClassName
 {
   color: #83509C;
 }
</style>

background-color css

<style>
 a { background-color: #83509C; }

 a { background-color: rgb(131,80,156); }

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

border-color css

<style>
 span { border-color: #83509C; }

 span { border-color: rgb(131,80,156); }

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