Html Css Color HEX #8245AE Studio

📋 copy color: '#8245AE'

red 130 ◦ green 69 ◦ blue 174

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

Shades of Studio #8245AE

Tints of Studio #8245AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 34.85%
G = 18.5%
B = 46.65%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8245AE (or 0x8245AE) is known color: Studio. HEX triplet: 82, 45 and AE. RGB value is (130,69,174). Sum of RGB (Red+Green+Blue) = 130+69+174=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #8245AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8245AE is #7DBA51. Grayscale: #626262. Windows color (decimal): -8239698 or 11421058. OLE color: 11421058.

HSL color Cylindrical-coordinate representation of color #8245AE: hue angle of 274.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8245AE is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 69 174 -
CMYK 0.25 0.60 0 0.32
HSL 274.86º 0.43% 0.48% -
HSV(B) 274.86º 0.6% 0.68% -
XYZ 18.97 12.06 41.37 -
YUV 99.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 130 69 174 0.25 0.60 0 0.32 274.86 0.43 0.48
Hex 82 45 AE 19 3C 0 20 113 2B 30
Octal 202 105 256 31 74 0 40 423 53 60
Binary 10000010 1000101 10101110 11001 111100 0 100000 100010011 101011 110000

Color Harmonies of #8245AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8245AE

Black with #8245AE

Text Example


Text Example

White with #8245AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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