Html Css Color HEX #825BAA Studio

📋 copy color: '#825BAA'

red 130 ◦ green 91 ◦ blue 170

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

Shades of Studio #825BAA

Tints of Studio #825BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.27%

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 33.25%
G = 23.27%
B = 43.48%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#825BAA (or 0x825BAA) is known color: Studio. HEX triplet: 82, 5B and AA. RGB value is (130,91,170). Sum of RGB (Red+Green+Blue) = 130+91+170=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #825BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825BAA is #7DA455. Grayscale: #6F6F6F. Windows color (decimal): -8234070 or 11164546. OLE color: 11164546.

HSL color Cylindrical-coordinate representation of color #825BAA: hue angle of 269.62º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825BAA is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 91 170 -
CMYK 0.24 0.46 0 0.33
HSL 269.62º 0.32% 0.51% -
HSV(B) 269.62º 0.46% 0.67% -
XYZ 20.2 15.13 39.89 -
YUV 111.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 130 91 170 0.24 0.46 0 0.33 269.62 0.32 0.51
Hex 82 5B AA 18 2E 0 21 10E 20 33
Octal 202 133 252 30 56 0 41 416 40 63
Binary 10000010 1011011 10101010 11000 101110 0 100001 100001110 100000 110011

Color Harmonies of #825BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BAA

Black with #825BAA

Text Example


Text Example

White with #825BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,91,170); }

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

background-color css

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

 a { background-color: rgb(130,91,170); }

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

border-color css

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

 span { border-color: rgb(130,91,170); }

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