Html Css Color HEX #825BAE Studio

📋 copy color: '#825BAE'

red 130 ◦ green 91 ◦ blue 174

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

Shades of Studio #825BAE

Tints of Studio #825BAE

RGB

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

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

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

R = 32.91%
G = 23.04%
B = 44.05%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#825BAE (or 0x825BAE) is known color: Studio. HEX triplet: 82, 5B and AE. RGB value is (130,91,174). Sum of RGB (Red+Green+Blue) = 130+91+174=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #825BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825BAE is #7DA451. Grayscale: #6F6F6F. Windows color (decimal): -8234066 or 11426690. OLE color: 11426690.

HSL color Cylindrical-coordinate representation of color #825BAE: hue angle of 268.19º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #825BAE is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 91 174 -
CMYK 0.25 0.48 0 0.32
HSL 268.19º 0.34% 0.52% -
HSV(B) 268.19º 0.48% 0.68% -
XYZ 20.59 15.28 41.91 -
YUV 112.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 130 91 174 0.25 0.48 0 0.32 268.19 0.34 0.52
Hex 82 5B AE 19 30 0 20 10C 22 34
Octal 202 133 256 31 60 0 40 414 42 64
Binary 10000010 1011011 10101110 11001 110000 0 100000 100001100 100010 110100

Color Harmonies of #825BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BAE

Black with #825BAE

Text Example


Text Example

White with #825BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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