Html Css Color HEX #8257AD Studio

📋 copy color: '#8257AD'

red 130 ◦ green 87 ◦ blue 173

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

Shades of Studio #8257AD

Tints of Studio #8257AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 33.33%
G = 22.31%
B = 44.36%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8257AD (or 0x8257AD) is known color: Studio. HEX triplet: 82, 57 and AD. RGB value is (130,87,173). Sum of RGB (Red+Green+Blue) = 130+87+173=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8257AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8257AD is #7DA852. Grayscale: #6D6D6D. Windows color (decimal): -8235091 or 11360130. OLE color: 11360130.

HSL color Cylindrical-coordinate representation of color #8257AD: hue angle of 270º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8257AD is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 87 173 -
CMYK 0.25 0.50 0 0.32
HSL 270º 0.34% 0.51% -
HSV(B) 270º 0.5% 0.68% -
XYZ 20.16 14.58 41.29 -
YUV 109.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 130 87 173 0.25 0.50 0 0.32 270 0.34 0.51
Hex 82 57 AD 19 32 0 20 10E 22 33
Octal 202 127 255 31 62 0 40 416 42 63
Binary 10000010 1010111 10101101 11001 110010 0 100000 100001110 100010 110011

Color Harmonies of #8257AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257AD

Black with #8257AD

Text Example


Text Example

White with #8257AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8257AD; }

 p { color: rgb(130,87,173); }

 H1.HeaderClassName
 {
   color: #8257AD;
 }
 .AnyTagClassName
 {
   color: #8257AD;
 }
</style>

background-color css

<style>
 a { background-color: #8257AD; }

 a { background-color: rgb(130,87,173); }

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

border-color css

<style>
 span { border-color: #8257AD; }

 span { border-color: rgb(130,87,173); }

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