Html Css Color HEX #825AA8 Studio

📋 copy color: '#825AA8'

red 130 ◦ green 90 ◦ blue 168

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

Shades of Studio #825AA8

Tints of Studio #825AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.3%

R = 33.51%
G = 23.2%
B = 43.3%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#825AA8 (or 0x825AA8) is known color: Studio. HEX triplet: 82, 5A and A8. RGB value is (130,90,168). Sum of RGB (Red+Green+Blue) = 130+90+168=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 168 - color contains mainly: blue. Hex color #825AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825AA8 is #7DA557. Grayscale: #6E6E6E. Windows color (decimal): -8234328 or 11033218. OLE color: 11033218.

HSL color Cylindrical-coordinate representation of color #825AA8: hue angle of 270.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825AA8 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 90 168 -
CMYK 0.23 0.46 0 0.34
HSL 270.77º 0.31% 0.51% -
HSV(B) 270.77º 0.46% 0.66% -
XYZ 19.93 14.89 38.87 -
YUV 110.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 130 90 168 0.23 0.46 0 0.34 270.77 0.31 0.51
Hex 82 5A A8 17 2E 0 22 10F 1F 33
Octal 202 132 250 27 56 0 42 417 37 63
Binary 10000010 1011010 10101000 10111 101110 0 100010 100001111 11111 110011

Color Harmonies of #825AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825AA8

Black with #825AA8

Text Example


Text Example

White with #825AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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