Html Css Color HEX #82589F Studio

📋 copy color: '#82589F'

red 130 ◦ green 88 ◦ blue 159

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

Shades of Studio #82589F

Tints of Studio #82589F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 34.48%
G = 23.34%
B = 42.18%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82589F (or 0x82589F) is known color: Studio. HEX triplet: 82, 58 and 9F. RGB value is (130,88,159). Sum of RGB (Red+Green+Blue) = 130+88+159=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #82589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82589F is #7DA760. Grayscale: #6C6C6C. Windows color (decimal): -8234849 or 10442882. OLE color: 10442882.

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

Color convert

RGB 130 88 159 -
CMYK 0.18 0.45 0 0.38
HSL 275.49º 0.29% 0.48% -
HSV(B) 275.49º 0.45% 0.62% -
XYZ 18.95 14.23 34.55 -
YUV 108.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 130 88 159 0.18 0.45 0 0.38 275.49 0.29 0.48
Hex 82 58 9F 12 2D 0 26 113 1D 30
Octal 202 130 237 22 55 0 46 423 35 60
Binary 10000010 1011000 10011111 10010 101101 0 100110 100010011 11101 110000

Color Harmonies of #82589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82589F

Black with #82589F

Text Example


Text Example

White with #82589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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