Html Css Color HEX #8251AC Studio

📋 copy color: '#8251AC'

red 130 ◦ green 81 ◦ blue 172

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

Shades of Studio #8251AC

Tints of Studio #8251AC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.15%

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

R = 33.94%
G = 21.15%
B = 44.91%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8251AC (or 0x8251AC) is known color: Studio. HEX triplet: 82, 51 and AC. RGB value is (130,81,172). Sum of RGB (Red+Green+Blue) = 130+81+172=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #8251AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8251AC is #7DAE53. Grayscale: #696969. Windows color (decimal): -8236628 or 11293058. OLE color: 11293058.

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

Color convert

RGB 130 81 172 -
CMYK 0.24 0.53 0 0.33
HSL 272.31º 0.36% 0.5% -
HSV(B) 272.31º 0.53% 0.67% -
XYZ 19.59 13.61 40.62 -
YUV 106.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 130 81 172 0.24 0.53 0 0.33 272.31 0.36 0.5
Hex 82 51 AC 18 35 0 21 110 24 32
Octal 202 121 254 30 65 0 41 420 44 62
Binary 10000010 1010001 10101100 11000 110101 0 100001 100010000 100100 110010

Color Harmonies of #8251AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8251AC

Black with #8251AC

Text Example


Text Example

White with #8251AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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