Html Css Color HEX #82509D Studio

📋 copy color: '#82509D'

red 130 ◦ green 80 ◦ blue 157

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

Shades of Studio #82509D

Tints of Studio #82509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 35.42%
G = 21.8%
B = 42.78%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82509D (or 0x82509D) is known color: Studio. HEX triplet: 82, 50 and 9D. RGB value is (130,80,157). Sum of RGB (Red+Green+Blue) = 130+80+157=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #82509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82509D is #7DAF62. Grayscale: #676767. Windows color (decimal): -8236899 or 10309762. OLE color: 10309762.

HSL color Cylindrical-coordinate representation of color #82509D: hue angle of 278.96º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82509D is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 80 157 -
CMYK 0.17 0.49 0 0.38
HSL 278.96º 0.32% 0.46% -
HSV(B) 278.96º 0.49% 0.62% -
XYZ 18.16 12.92 33.43 -
YUV 103.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 130 80 157 0.17 0.49 0 0.38 278.96 0.32 0.46
Hex 82 50 9D 11 31 0 26 117 20 2E
Octal 202 120 235 21 61 0 46 427 40 56
Binary 10000010 1010000 10011101 10001 110001 0 100110 100010111 100000 101110

Color Harmonies of #82509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82509D

Black with #82509D

Text Example


Text Example

White with #82509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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