Html Css Color HEX #8245A0 Studio

📋 copy color: '#8245A0'

red 130 ◦ green 69 ◦ blue 160

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

Shades of Studio #8245A0

Tints of Studio #8245A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.57%

R = 36.21%
G = 19.22%
B = 44.57%

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

#8245A0 (or 0x8245A0) is known color: Studio. HEX triplet: 82, 45 and A0. RGB value is (130,69,160). Sum of RGB (Red+Green+Blue) = 130+69+160=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #8245A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8245A0 is #7DBA5F. Grayscale: #616161. Windows color (decimal): -8239712 or 10503554. OLE color: 10503554.

HSL color Cylindrical-coordinate representation of color #8245A0: hue angle of 280.22º 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 #8245A0 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 69 160 -
CMYK 0.19 0.57 0 0.37
HSL 280.22º 0.4% 0.45% -
HSV(B) 280.22º 0.57% 0.63% -
XYZ 17.68 11.54 34.55 -
YUV 97.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 130 69 160 0.19 0.57 0 0.37 280.22 0.4 0.45
Hex 82 45 A0 13 39 0 25 118 28 2D
Octal 202 105 240 23 71 0 45 430 50 55
Binary 10000010 1000101 10100000 10011 111001 0 100101 100011000 101000 101101

Color Harmonies of #8245A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8245A0

Black with #8245A0

Text Example


Text Example

White with #8245A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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