Html Css Color HEX #82569B Studio

📋 copy color: '#82569B'

red 130 ◦ green 86 ◦ blue 155

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

Shades of Studio #82569B

Tints of Studio #82569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 35.04%
G = 23.18%
B = 41.78%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82569B (or 0x82569B) is known color: Studio. HEX triplet: 82, 56 and 9B. RGB value is (130,86,155). Sum of RGB (Red+Green+Blue) = 130+86+155=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #82569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82569B is #7DA964. Grayscale: #6A6A6A. Windows color (decimal): -8235365 or 10180226. OLE color: 10180226.

HSL color Cylindrical-coordinate representation of color #82569B: hue angle of 278.26º 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 #82569B is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 86 155 -
CMYK 0.16 0.45 0 0.39
HSL 278.26º 0.29% 0.47% -
HSV(B) 278.26º 0.45% 0.61% -
XYZ 18.45 13.77 32.7 -
YUV 107.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 130 86 155 0.16 0.45 0 0.39 278.26 0.29 0.47
Hex 82 56 9B 10 2D 0 27 116 1D 2F
Octal 202 126 233 20 55 0 47 426 35 57
Binary 10000010 1010110 10011011 10000 101101 0 100111 100010110 11101 101111

Color Harmonies of #82569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82569B

Black with #82569B

Text Example


Text Example

White with #82569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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