Html Css Color HEX #8256AC Studio

📋 copy color: '#8256AC'

red 130 ◦ green 86 ◦ blue 172

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

Shades of Studio #8256AC

Tints of Studio #8256AC

RGB

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

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

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

R = 33.51%
G = 22.16%
B = 44.33%

CMYK

 C value IS 0.24

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8256AC (or 0x8256AC) is known color: Studio. HEX triplet: 82, 56 and AC. RGB value is (130,86,172). Sum of RGB (Red+Green+Blue) = 130+86+172=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #8256AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8256AC is #7DA953. Grayscale: #6C6C6C. Windows color (decimal): -8235348 or 11294338. OLE color: 11294338.

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

Color convert

RGB 130 86 172 -
CMYK 0.24 0.5 0 0.33
HSL 270.7º 0.34% 0.51% -
HSV(B) 270.7º 0.5% 0.67% -
XYZ 19.98 14.38 40.75 -
YUV 108.96 163.58 143.01 -
System Red Green Blue C M Y K H S L
Decimal 130 86 172 0.24 0.5 0 0.33 270.7 0.34 0.51
Hex 82 56 AC 18 32 0 21 10F 22 33
Octal 202 126 254 30 62 0 41 417 42 63
Binary 10000010 1010110 10101100 11000 110010 0 100001 100001111 100010 110011

Color Harmonies of #8256AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256AC

Black with #8256AC

Text Example


Text Example

White with #8256AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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