Html Css Color HEX #825AA1 Studio

📋 copy color: '#825AA1'

red 130 ◦ green 90 ◦ blue 161

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

Shades of Studio #825AA1

Tints of Studio #825AA1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

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

R = 34.12%
G = 23.62%
B = 42.26%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#825AA1 (or 0x825AA1) is known color: Studio. HEX triplet: 82, 5A and A1. RGB value is (130,90,161). Sum of RGB (Red+Green+Blue) = 130+90+161=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 161 - color contains mainly: blue. Hex color #825AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825AA1 is #7DA55E. Grayscale: #6D6D6D. Windows color (decimal): -8234335 or 10574466. OLE color: 10574466.

HSL color Cylindrical-coordinate representation of color #825AA1: hue angle of 273.8º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825AA1 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 90 161 -
CMYK 0.19 0.44 0 0.37
HSL 273.8º 0.28% 0.49% -
HSV(B) 273.8º 0.44% 0.63% -
XYZ 19.3 14.63 35.53 -
YUV 110.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 130 90 161 0.19 0.44 0 0.37 273.8 0.28 0.49
Hex 82 5A A1 13 2C 0 25 112 1C 31
Octal 202 132 241 23 54 0 45 422 34 61
Binary 10000010 1011010 10100001 10011 101100 0 100101 100010010 11100 110001

Color Harmonies of #825AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825AA1

Black with #825AA1

Text Example


Text Example

White with #825AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825AA1; }

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

 H1.HeaderClassName
 {
   color: #825AA1;
 }
 .AnyTagClassName
 {
   color: #825AA1;
 }
</style>

background-color css

<style>
 a { background-color: #825AA1; }

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

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

border-color css

<style>
 span { border-color: #825AA1; }

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

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