Html Css Color HEX #82499D Studio

📋 copy color: '#82499D'

red 130 ◦ green 73 ◦ blue 157

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

Shades of Studio #82499D

Tints of Studio #82499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.28%

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

R = 36.11%
G = 20.28%
B = 43.61%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82499D (or 0x82499D) is known color: Studio. HEX triplet: 82, 49 and 9D. RGB value is (130,73,157). Sum of RGB (Red+Green+Blue) = 130+73+157=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #82499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82499D is #7DB662. Grayscale: #636363. Windows color (decimal): -8238691 or 10307970. OLE color: 10307970.

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

Color convert

RGB 130 73 157 -
CMYK 0.17 0.54 0 0.38
HSL 280.71º 0.37% 0.45% -
HSV(B) 280.71º 0.54% 0.62% -
XYZ 17.67 11.95 33.27 -
YUV 99.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 130 73 157 0.17 0.54 0 0.38 280.71 0.37 0.45
Hex 82 49 9D 11 36 0 26 119 25 2D
Octal 202 111 235 21 66 0 46 431 45 55
Binary 10000010 1001001 10011101 10001 110110 0 100110 100011001 100101 101101

Color Harmonies of #82499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82499D

Black with #82499D

Text Example


Text Example

White with #82499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,73,157); }

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

background-color css

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

 a { background-color: rgb(130,73,157); }

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

border-color css

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

 span { border-color: rgb(130,73,157); }

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