Html Css Color HEX #82599F Studio

📋 copy color: '#82599F'

red 130 ◦ green 89 ◦ blue 159

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

Shades of Studio #82599F

Tints of Studio #82599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 34.39%
G = 23.54%
B = 42.06%

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

#82599F (or 0x82599F) is known color: Studio. HEX triplet: 82, 59 and 9F. RGB value is (130,89,159). Sum of RGB (Red+Green+Blue) = 130+89+159=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #82599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82599F is #7DA660. Grayscale: #6C6C6C. Windows color (decimal): -8234593 or 10443138. OLE color: 10443138.

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

Color convert

RGB 130 89 159 -
CMYK 0.18 0.44 0 0.38
HSL 275.14º 0.28% 0.49% -
HSV(B) 275.14º 0.44% 0.62% -
XYZ 19.04 14.39 34.58 -
YUV 109.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 130 89 159 0.18 0.44 0 0.38 275.14 0.28 0.49
Hex 82 59 9F 12 2C 0 26 113 1C 31
Octal 202 131 237 22 54 0 46 423 34 61
Binary 10000010 1011001 10011111 10010 101100 0 100110 100010011 11100 110001

Color Harmonies of #82599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82599F

Black with #82599F

Text Example


Text Example

White with #82599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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