Html Css Color HEX #8255AB Studio

📋 copy color: '#8255AB'

red 130 ◦ green 85 ◦ blue 171

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

Shades of Studio #8255AB

Tints of Studio #8255AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

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

R = 33.68%
G = 22.02%
B = 44.3%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8255AB (or 0x8255AB) is known color: Studio. HEX triplet: 82, 55 and AB. RGB value is (130,85,171). Sum of RGB (Red+Green+Blue) = 130+85+171=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #8255AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8255AB is #7DAA54. Grayscale: #6B6B6B. Windows color (decimal): -8235605 or 11228546. OLE color: 11228546.

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

Color convert

RGB 130 85 171 -
CMYK 0.24 0.50 0 0.33
HSL 271.4º 0.34% 0.5% -
HSV(B) 271.4º 0.5% 0.67% -
XYZ 19.81 14.18 40.22 -
YUV 108.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 130 85 171 0.24 0.50 0 0.33 271.4 0.34 0.5
Hex 82 55 AB 18 32 0 21 10F 22 32
Octal 202 125 253 30 62 0 41 417 42 62
Binary 10000010 1010101 10101011 11000 110010 0 100001 100001111 100010 110010

Color Harmonies of #8255AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8255AB

Black with #8255AB

Text Example


Text Example

White with #8255AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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