Html Css Color HEX #8256AD Studio

📋 copy color: '#8256AD'

red 130 ◦ green 86 ◦ blue 173

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

Shades of Studio #8256AD

Tints of Studio #8256AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 33.42%
G = 22.11%
B = 44.47%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8256AD (or 0x8256AD) is known color: Studio. HEX triplet: 82, 56 and AD. RGB value is (130,86,173). Sum of RGB (Red+Green+Blue) = 130+86+173=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #8256AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8256AD is #7DA952. Grayscale: #6C6C6C. Windows color (decimal): -8235347 or 11359874. OLE color: 11359874.

HSL color Cylindrical-coordinate representation of color #8256AD: hue angle of 270.34º 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 #8256AD is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 86 173 -
CMYK 0.25 0.50 0 0.32
HSL 270.34º 0.35% 0.51% -
HSV(B) 270.34º 0.5% 0.68% -
XYZ 20.08 14.42 41.26 -
YUV 109.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 130 86 173 0.25 0.50 0 0.32 270.34 0.35 0.51
Hex 82 56 AD 19 32 0 20 10E 23 33
Octal 202 126 255 31 62 0 40 416 43 63
Binary 10000010 1010110 10101101 11001 110010 0 100000 100001110 100011 110011

Color Harmonies of #8256AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256AD

Black with #8256AD

Text Example


Text Example

White with #8256AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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