Html Css Color HEX #8257A1 Studio

📋 copy color: '#8257A1'

red 130 ◦ green 87 ◦ blue 161

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

Shades of Studio #8257A1

Tints of Studio #8257A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.59%

R = 34.39%
G = 23.02%
B = 42.59%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8257A1 (or 0x8257A1) is known color: Studio. HEX triplet: 82, 57 and A1. RGB value is (130,87,161). Sum of RGB (Red+Green+Blue) = 130+87+161=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 161 - color contains mainly: blue. Hex color #8257A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8257A1 is #7DA85E. Grayscale: #6C6C6C. Windows color (decimal): -8235103 or 10573698. OLE color: 10573698.

HSL color Cylindrical-coordinate representation of color #8257A1: hue angle of 274.86º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8257A1 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 87 161 -
CMYK 0.19 0.46 0 0.37
HSL 274.86º 0.3% 0.49% -
HSV(B) 274.86º 0.46% 0.63% -
XYZ 19.05 14.14 35.44 -
YUV 108.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 130 87 161 0.19 0.46 0 0.37 274.86 0.3 0.49
Hex 82 57 A1 13 2E 0 25 113 1E 31
Octal 202 127 241 23 56 0 45 423 36 61
Binary 10000010 1010111 10100001 10011 101110 0 100101 100010011 11110 110001

Color Harmonies of #8257A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257A1

Black with #8257A1

Text Example


Text Example

White with #8257A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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