Html Css Color HEX #8256AB Studio

📋 copy color: '#8256AB'

red 130 ◦ green 86 ◦ blue 171

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

Shades of Studio #8256AB

Tints of Studio #8256AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.22%

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

R = 33.59%
G = 22.22%
B = 44.19%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8256AB (or 0x8256AB) is known color: Studio. HEX triplet: 82, 56 and AB. RGB value is (130,86,171). Sum of RGB (Red+Green+Blue) = 130+86+171=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #8256AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8256AB is #7DA954. Grayscale: #6C6C6C. Windows color (decimal): -8235349 or 11228802. OLE color: 11228802.

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

Color convert

RGB 130 86 171 -
CMYK 0.24 0.50 0 0.33
HSL 271.06º 0.34% 0.5% -
HSV(B) 271.06º 0.5% 0.67% -
XYZ 19.88 14.34 40.25 -
YUV 108.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 130 86 171 0.24 0.50 0 0.33 271.06 0.34 0.5
Hex 82 56 AB 18 32 0 21 10F 22 32
Octal 202 126 253 30 62 0 41 417 42 62
Binary 10000010 1010110 10101011 11000 110010 0 100001 100001111 100010 110010

Color Harmonies of #8256AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256AB

Black with #8256AB

Text Example


Text Example

White with #8256AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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