Html Css Color HEX #83549C Studio

📋 copy color: '#83549C'

red 131 ◦ green 84 ◦ blue 156

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

Shades of Studio #83549C

Tints of Studio #83549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

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

R = 35.31%
G = 22.64%
B = 42.05%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83549C (or 0x83549C) is known color: Studio. HEX triplet: 83, 54 and 9C. RGB value is (131,84,156). Sum of RGB (Red+Green+Blue) = 131+84+156=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #83549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83549C is #7CAB63. Grayscale: #6A6A6A. Windows color (decimal): -8170340 or 10245251. OLE color: 10245251.

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

Color convert

RGB 131 84 156 -
CMYK 0.16 0.46 0 0.39
HSL 279.17º 0.3% 0.47% -
HSV(B) 279.17º 0.46% 0.61% -
XYZ 18.53 13.57 33.09 -
YUV 106.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 131 84 156 0.16 0.46 0 0.39 279.17 0.3 0.47
Hex 83 54 9C 10 2E 0 27 117 1E 2F
Octal 203 124 234 20 56 0 47 427 36 57
Binary 10000011 1010100 10011100 10000 101110 0 100111 100010111 11110 101111

Color Harmonies of #83549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83549C

Black with #83549C

Text Example


Text Example

White with #83549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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