Html Css Color HEX #8259AC Studio

📋 copy color: '#8259AC'

red 130 ◦ green 89 ◦ blue 172

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

Shades of Studio #8259AC

Tints of Studio #8259AC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

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

R = 33.25%
G = 22.76%
B = 43.99%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8259AC (or 0x8259AC) is known color: Studio. HEX triplet: 82, 59 and AC. RGB value is (130,89,172). Sum of RGB (Red+Green+Blue) = 130+89+172=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #8259AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8259AC is #7DA653. Grayscale: #6E6E6E. Windows color (decimal): -8234580 or 11295106. OLE color: 11295106.

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

Color convert

RGB 130 89 172 -
CMYK 0.24 0.48 0 0.33
HSL 269.64º 0.33% 0.51% -
HSV(B) 269.64º 0.48% 0.67% -
XYZ 20.22 14.87 40.83 -
YUV 110.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 130 89 172 0.24 0.48 0 0.33 269.64 0.33 0.51
Hex 82 59 AC 18 30 0 21 10E 21 33
Octal 202 131 254 30 60 0 41 416 41 63
Binary 10000010 1011001 10101100 11000 110000 0 100001 100001110 100001 110011

Color Harmonies of #8259AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8259AC

Black with #8259AC

Text Example


Text Example

White with #8259AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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