Html Css Color HEX #825CAD Studio

📋 copy color: '#825CAD'

red 130 ◦ green 92 ◦ blue 173

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

Shades of Studio #825CAD

Tints of Studio #825CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 32.91%
G = 23.29%
B = 43.8%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#825CAD (or 0x825CAD) is known color: Studio. HEX triplet: 82, 5C and AD. RGB value is (130,92,173). Sum of RGB (Red+Green+Blue) = 130+92+173=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #825CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825CAD is #7DA352. Grayscale: #707070. Windows color (decimal): -8233811 or 11361410. OLE color: 11361410.

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

Color convert

RGB 130 92 173 -
CMYK 0.25 0.47 0 0.32
HSL 268.15º 0.33% 0.52% -
HSV(B) 268.15º 0.47% 0.68% -
XYZ 20.58 15.42 41.43 -
YUV 112.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 130 92 173 0.25 0.47 0 0.32 268.15 0.33 0.52
Hex 82 5C AD 19 2F 0 20 10C 21 34
Octal 202 134 255 31 57 0 40 414 41 64
Binary 10000010 1011100 10101101 11001 101111 0 100000 100001100 100001 110100

Color Harmonies of #825CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CAD

Black with #825CAD

Text Example


Text Example

White with #825CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,92,173); }

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

background-color css

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

 a { background-color: rgb(130,92,173); }

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

border-color css

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

 span { border-color: rgb(130,92,173); }

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