Html Css Color HEX #8254AB Studio

📋 copy color: '#8254AB'

red 130 ◦ green 84 ◦ blue 171

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

Shades of Studio #8254AB

Tints of Studio #8254AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

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

R = 33.77%
G = 21.82%
B = 44.42%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8254AB (or 0x8254AB) is known color: Studio. HEX triplet: 82, 54 and AB. RGB value is (130,84,171). Sum of RGB (Red+Green+Blue) = 130+84+171=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #8254AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8254AB is #7DAB54. Grayscale: #6B6B6B. Windows color (decimal): -8235861 or 11228290. OLE color: 11228290.

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

Color convert

RGB 130 84 171 -
CMYK 0.24 0.51 0 0.33
HSL 271.72º 0.34% 0.5% -
HSV(B) 271.72º 0.51% 0.67% -
XYZ 19.73 14.03 40.2 -
YUV 107.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 130 84 171 0.24 0.51 0 0.33 271.72 0.34 0.5
Hex 82 54 AB 18 33 0 21 110 22 32
Octal 202 124 253 30 63 0 41 420 42 62
Binary 10000010 1010100 10101011 11000 110011 0 100001 100010000 100010 110010

Color Harmonies of #8254AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8254AB

Black with #8254AB

Text Example


Text Example

White with #8254AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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