Html Css Color HEX #82549E Studio

📋 copy color: '#82549E'

red 130 ◦ green 84 ◦ blue 158

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

Shades of Studio #82549E

Tints of Studio #82549E

RGB

 RED value IS 130 (51.17% from 255) = 34.95%

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

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 34.95%
G = 22.58%
B = 42.47%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82549E (or 0x82549E) is known color: Studio. HEX triplet: 82, 54 and 9E. RGB value is (130,84,158). Sum of RGB (Red+Green+Blue) = 130+84+158=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #82549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82549E is #7DAB61. Grayscale: #696969. Windows color (decimal): -8235874 or 10376322. OLE color: 10376322.

HSL color Cylindrical-coordinate representation of color #82549E: hue angle of 277.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82549E is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 84 158 -
CMYK 0.18 0.47 0 0.38
HSL 277.3º 0.31% 0.47% -
HSV(B) 277.3º 0.47% 0.62% -
XYZ 18.55 13.56 33.99 -
YUV 106.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 130 84 158 0.18 0.47 0 0.38 277.3 0.31 0.47
Hex 82 54 9E 12 2F 0 26 115 1F 2F
Octal 202 124 236 22 57 0 46 425 37 57
Binary 10000010 1010100 10011110 10010 101111 0 100110 100010101 11111 101111

Color Harmonies of #82549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82549E

Black with #82549E

Text Example


Text Example

White with #82549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82549E; }

 p { color: rgb(130,84,158); }

 H1.HeaderClassName
 {
   color: #82549E;
 }
 .AnyTagClassName
 {
   color: #82549E;
 }
</style>

background-color css

<style>
 a { background-color: #82549E; }

 a { background-color: rgb(130,84,158); }

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

border-color css

<style>
 span { border-color: #82549E; }

 span { border-color: rgb(130,84,158); }

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