Html Css Color HEX #8257AB Studio

📋 copy color: '#8257AB'

red 130 ◦ green 87 ◦ blue 171

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

Shades of Studio #8257AB

Tints of Studio #8257AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 33.51%
G = 22.42%
B = 44.07%

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

#8257AB (or 0x8257AB) is known color: Studio. HEX triplet: 82, 57 and AB. RGB value is (130,87,171). Sum of RGB (Red+Green+Blue) = 130+87+171=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #8257AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8257AB is #7DA854. Grayscale: #6D6D6D. Windows color (decimal): -8235093 or 11229058. OLE color: 11229058.

HSL color Cylindrical-coordinate representation of color #8257AB: hue angle of 270.71º degrees, saturation: 0.33, 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 #8257AB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 87 171 -
CMYK 0.24 0.49 0 0.33
HSL 270.71º 0.33% 0.51% -
HSV(B) 270.71º 0.49% 0.67% -
XYZ 19.96 14.5 40.28 -
YUV 109.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 130 87 171 0.24 0.49 0 0.33 270.71 0.33 0.51
Hex 82 57 AB 18 31 0 21 10F 21 33
Octal 202 127 253 30 61 0 41 417 41 63
Binary 10000010 1010111 10101011 11000 110001 0 100001 100001111 100001 110011

Color Harmonies of #8257AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257AB

Black with #8257AB

Text Example


Text Example

White with #8257AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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