Html Css Color HEX #82569C Studio

📋 copy color: '#82569C'

red 130 ◦ green 86 ◦ blue 156

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

Shades of Studio #82569C

Tints of Studio #82569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

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

R = 34.95%
G = 23.12%
B = 41.94%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82569C (or 0x82569C) is known color: Studio. HEX triplet: 82, 56 and 9C. RGB value is (130,86,156). Sum of RGB (Red+Green+Blue) = 130+86+156=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #82569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82569C is #7DA963. Grayscale: #6A6A6A. Windows color (decimal): -8235364 or 10245762. OLE color: 10245762.

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

Color convert

RGB 130 86 156 -
CMYK 0.17 0.45 0 0.39
HSL 277.71º 0.29% 0.47% -
HSV(B) 277.71º 0.45% 0.61% -
XYZ 18.53 13.8 33.14 -
YUV 107.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 130 86 156 0.17 0.45 0 0.39 277.71 0.29 0.47
Hex 82 56 9C 11 2D 0 27 116 1D 2F
Octal 202 126 234 21 55 0 47 426 35 57
Binary 10000010 1010110 10011100 10001 101101 0 100111 100010110 11101 101111

Color Harmonies of #82569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82569C

Black with #82569C

Text Example


Text Example

White with #82569C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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