Html Css Color HEX #82589D Studio

📋 copy color: '#82589D'

red 130 ◦ green 88 ◦ blue 157

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

Shades of Studio #82589D

Tints of Studio #82589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

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

R = 34.67%
G = 23.47%
B = 41.87%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82589D (or 0x82589D) is known color: Studio. HEX triplet: 82, 58 and 9D. RGB value is (130,88,157). Sum of RGB (Red+Green+Blue) = 130+88+157=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #82589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82589D is #7DA762. Grayscale: #6C6C6C. Windows color (decimal): -8234851 or 10311810. OLE color: 10311810.

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

Color convert

RGB 130 88 157 -
CMYK 0.17 0.44 0 0.38
HSL 276.52º 0.28% 0.48% -
HSV(B) 276.52º 0.44% 0.62% -
XYZ 18.78 14.16 33.64 -
YUV 108.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 130 88 157 0.17 0.44 0 0.38 276.52 0.28 0.48
Hex 82 58 9D 11 2C 0 26 115 1C 30
Octal 202 130 235 21 54 0 46 425 34 60
Binary 10000010 1011000 10011101 10001 101100 0 100110 100010101 11100 110000

Color Harmonies of #82589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82589D

Black with #82589D

Text Example


Text Example

White with #82589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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