Html Css Color HEX #8251AB Studio

📋 copy color: '#8251AB'

red 130 ◦ green 81 ◦ blue 171

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

Shades of Studio #8251AB

Tints of Studio #8251AB

RGB

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

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

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

R = 34.03%
G = 21.2%
B = 44.76%

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

#8251AB (or 0x8251AB) is known color: Studio. HEX triplet: 82, 51 and AB. RGB value is (130,81,171). Sum of RGB (Red+Green+Blue) = 130+81+171=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #8251AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8251AB is #7DAE54. Grayscale: #696969. Windows color (decimal): -8236629 or 11227522. OLE color: 11227522.

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

Color convert

RGB 130 81 171 -
CMYK 0.24 0.53 0 0.33
HSL 272.67º 0.36% 0.49% -
HSV(B) 272.67º 0.53% 0.67% -
XYZ 19.5 13.57 40.12 -
YUV 105.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 130 81 171 0.24 0.53 0 0.33 272.67 0.36 0.49
Hex 82 51 AB 18 35 0 21 111 24 31
Octal 202 121 253 30 65 0 41 421 44 61
Binary 10000010 1010001 10101011 11000 110101 0 100001 100010001 100100 110001

Color Harmonies of #8251AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8251AB

Black with #8251AB

Text Example


Text Example

White with #8251AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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