Html Css Color HEX #82589B Studio

📋 copy color: '#82589B'

red 130 ◦ green 88 ◦ blue 155

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

Shades of Studio #82589B

Tints of Studio #82589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.55%

R = 34.85%
G = 23.59%
B = 41.55%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82589B (or 0x82589B) is known color: Studio. HEX triplet: 82, 58 and 9B. RGB value is (130,88,155). Sum of RGB (Red+Green+Blue) = 130+88+155=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #82589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82589B is #7DA764. Grayscale: #6B6B6B. Windows color (decimal): -8234853 or 10180738. OLE color: 10180738.

HSL color Cylindrical-coordinate representation of color #82589B: hue angle of 277.61º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82589B is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 88 155 -
CMYK 0.16 0.43 0 0.39
HSL 277.61º 0.28% 0.48% -
HSV(B) 277.61º 0.43% 0.61% -
XYZ 18.61 14.09 32.75 -
YUV 108.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 130 88 155 0.16 0.43 0 0.39 277.61 0.28 0.48
Hex 82 58 9B 10 2B 0 27 116 1C 30
Octal 202 130 233 20 53 0 47 426 34 60
Binary 10000010 1011000 10011011 10000 101011 0 100111 100010110 11100 110000

Color Harmonies of #82589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82589B

Black with #82589B

Text Example


Text Example

White with #82589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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