Html Css Color HEX #8257AC Studio

📋 copy color: '#8257AC'

red 130 ◦ green 87 ◦ blue 172

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

Shades of Studio #8257AC

Tints of Studio #8257AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 33.42%
G = 22.37%
B = 44.22%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8257AC (or 0x8257AC) is known color: Studio. HEX triplet: 82, 57 and AC. RGB value is (130,87,172). Sum of RGB (Red+Green+Blue) = 130+87+172=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #8257AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8257AC is #7DA853. Grayscale: #6D6D6D. Windows color (decimal): -8235092 or 11294594. OLE color: 11294594.

HSL color Cylindrical-coordinate representation of color #8257AC: hue angle of 270.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8257AC is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 87 172 -
CMYK 0.24 0.49 0 0.33
HSL 270.35º 0.34% 0.51% -
HSV(B) 270.35º 0.49% 0.67% -
XYZ 20.06 14.54 40.78 -
YUV 109.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 130 87 172 0.24 0.49 0 0.33 270.35 0.34 0.51
Hex 82 57 AC 18 31 0 21 10E 22 33
Octal 202 127 254 30 61 0 41 416 42 63
Binary 10000010 1010111 10101100 11000 110001 0 100001 100001110 100010 110011

Color Harmonies of #8257AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257AC

Black with #8257AC

Text Example


Text Example

White with #8257AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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