Html Css Color HEX #8257AE Studio

📋 copy color: '#8257AE'

red 130 ◦ green 87 ◦ blue 174

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

Shades of Studio #8257AE

Tints of Studio #8257AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 33.25%
G = 22.25%
B = 44.5%

CMYK

 C value IS 0.25

 M value IS 0.5

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8257AE (or 0x8257AE) is known color: Studio. HEX triplet: 82, 57 and AE. RGB value is (130,87,174). Sum of RGB (Red+Green+Blue) = 130+87+174=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #8257AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8257AE is #7DA851. Grayscale: #6D6D6D. Windows color (decimal): -8235090 or 11425666. OLE color: 11425666.

HSL color Cylindrical-coordinate representation of color #8257AE: hue angle of 269.66º degrees, saturation: 0.35, 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 #8257AE is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 87 174 -
CMYK 0.25 0.5 0 0.32
HSL 269.66º 0.35% 0.51% -
HSV(B) 269.66º 0.5% 0.68% -
XYZ 20.25 14.62 41.8 -
YUV 109.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 130 87 174 0.25 0.5 0 0.32 269.66 0.35 0.51
Hex 82 57 AE 19 32 0 20 10E 23 33
Octal 202 127 256 31 62 0 40 416 43 63
Binary 10000010 1010111 10101110 11001 110010 0 100000 100001110 100011 110011

Color Harmonies of #8257AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257AE

Black with #8257AE

Text Example


Text Example

White with #8257AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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