Html Css Color HEX #8245A1 Studio

📋 copy color: '#8245A1'

red 130 ◦ green 69 ◦ blue 161

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

Shades of Studio #8245A1

Tints of Studio #8245A1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.17%

 BLUE value IS 161 (63.28% from 255) = 44.72%

R = 36.11%
G = 19.17%
B = 44.72%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8245A1 (or 0x8245A1) is known color: Studio. HEX triplet: 82, 45 and A1. RGB value is (130,69,161). Sum of RGB (Red+Green+Blue) = 130+69+161=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 161 - color contains mainly: blue. Hex color #8245A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8245A1 is #7DBA5E. Grayscale: #616161. Windows color (decimal): -8239711 or 10569090. OLE color: 10569090.

HSL color Cylindrical-coordinate representation of color #8245A1: hue angle of 279.78º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8245A1 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 69 161 -
CMYK 0.19 0.57 0 0.37
HSL 279.78º 0.4% 0.45% -
HSV(B) 279.78º 0.57% 0.63% -
XYZ 17.77 11.58 35.02 -
YUV 97.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 130 69 161 0.19 0.57 0 0.37 279.78 0.4 0.45
Hex 82 45 A1 13 39 0 25 118 28 2D
Octal 202 105 241 23 71 0 45 430 50 55
Binary 10000010 1000101 10100001 10011 111001 0 100101 100011000 101000 101101

Color Harmonies of #8245A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8245A1

Black with #8245A1

Text Example


Text Example

White with #8245A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8245A1; }

 p { color: rgb(130,69,161); }

 H1.HeaderClassName
 {
   color: #8245A1;
 }
 .AnyTagClassName
 {
   color: #8245A1;
 }
</style>

background-color css

<style>
 a { background-color: #8245A1; }

 a { background-color: rgb(130,69,161); }

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

border-color css

<style>
 span { border-color: #8245A1; }

 span { border-color: rgb(130,69,161); }

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