Html Css Color HEX #82589E Studio

📋 copy color: '#82589E'

red 130 ◦ green 88 ◦ blue 158

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

Shades of Studio #82589E

Tints of Studio #82589E

RGB

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

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

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

R = 34.57%
G = 23.4%
B = 42.02%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82589E (or 0x82589E) is known color: Studio. HEX triplet: 82, 58 and 9E. RGB value is (130,88,158). Sum of RGB (Red+Green+Blue) = 130+88+158=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #82589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82589E is #7DA761. Grayscale: #6C6C6C. Windows color (decimal): -8234850 or 10377346. OLE color: 10377346.

HSL color Cylindrical-coordinate representation of color #82589E: hue angle of 276º 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 #82589E is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 88 158 -
CMYK 0.18 0.44 0 0.38
HSL 276º 0.28% 0.48% -
HSV(B) 276º 0.44% 0.62% -
XYZ 18.87 14.19 34.09 -
YUV 108.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 130 88 158 0.18 0.44 0 0.38 276 0.28 0.48
Hex 82 58 9E 12 2C 0 26 114 1C 30
Octal 202 130 236 22 54 0 46 424 34 60
Binary 10000010 1011000 10011110 10010 101100 0 100110 100010100 11100 110000

Color Harmonies of #82589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82589E

Black with #82589E

Text Example


Text Example

White with #82589E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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