Html Css Color HEX #82509C Studio

📋 copy color: '#82509C'

red 130 ◦ green 80 ◦ blue 156

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

Shades of Studio #82509C

Tints of Studio #82509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 35.52%
G = 21.86%
B = 42.62%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82509C (or 0x82509C) is known color: Studio. HEX triplet: 82, 50 and 9C. RGB value is (130,80,156). Sum of RGB (Red+Green+Blue) = 130+80+156=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #82509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82509C is #7DAF63. Grayscale: #676767. Windows color (decimal): -8236900 or 10244226. OLE color: 10244226.

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

Color convert

RGB 130 80 156 -
CMYK 0.17 0.49 0 0.39
HSL 279.47º 0.32% 0.46% -
HSV(B) 279.47º 0.49% 0.61% -
XYZ 18.08 12.88 32.99 -
YUV 103.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 130 80 156 0.17 0.49 0 0.39 279.47 0.32 0.46
Hex 82 50 9C 11 31 0 27 117 20 2E
Octal 202 120 234 21 61 0 47 427 40 56
Binary 10000010 1010000 10011100 10001 110001 0 100111 100010111 100000 101110

Color Harmonies of #82509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82509C

Black with #82509C

Text Example


Text Example

White with #82509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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