Html Css Color HEX #82509F Studio

📋 copy color: '#82509F'

red 130 ◦ green 80 ◦ blue 159

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

Shades of Studio #82509F

Tints of Studio #82509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

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

R = 35.23%
G = 21.68%
B = 43.09%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82509F (or 0x82509F) is known color: Studio. HEX triplet: 82, 50 and 9F. RGB value is (130,80,159). Sum of RGB (Red+Green+Blue) = 130+80+159=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #82509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82509F is #7DAF60. Grayscale: #676767. Windows color (decimal): -8236897 or 10440834. OLE color: 10440834.

HSL color Cylindrical-coordinate representation of color #82509F: hue angle of 277.97º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82509F is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 80 159 -
CMYK 0.18 0.50 0 0.38
HSL 277.97º 0.33% 0.47% -
HSV(B) 277.97º 0.5% 0.62% -
XYZ 18.33 12.99 34.34 -
YUV 103.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 130 80 159 0.18 0.50 0 0.38 277.97 0.33 0.47
Hex 82 50 9F 12 32 0 26 116 21 2F
Octal 202 120 237 22 62 0 46 426 41 57
Binary 10000010 1010000 10011111 10010 110010 0 100110 100010110 100001 101111

Color Harmonies of #82509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82509F

Black with #82509F

Text Example


Text Example

White with #82509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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