Html Css Color HEX #825CAB Studio

📋 copy color: '#825CAB'

red 130 ◦ green 92 ◦ blue 171

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

Shades of Studio #825CAB

Tints of Studio #825CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 33.08%
G = 23.41%
B = 43.51%

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

#825CAB (or 0x825CAB) is known color: Studio. HEX triplet: 82, 5C and AB. RGB value is (130,92,171). Sum of RGB (Red+Green+Blue) = 130+92+171=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #825CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825CAB is #7DA354. Grayscale: #707070. Windows color (decimal): -8233813 or 11230338. OLE color: 11230338.

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

Color convert

RGB 130 92 171 -
CMYK 0.24 0.46 0 0.33
HSL 268.86º 0.32% 0.52% -
HSV(B) 268.86º 0.46% 0.67% -
XYZ 20.38 15.34 40.41 -
YUV 112.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 130 92 171 0.24 0.46 0 0.33 268.86 0.32 0.52
Hex 82 5C AB 18 2E 0 21 10D 20 34
Octal 202 134 253 30 56 0 41 415 40 64
Binary 10000010 1011100 10101011 11000 101110 0 100001 100001101 100000 110100

Color Harmonies of #825CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CAB

Black with #825CAB

Text Example


Text Example

White with #825CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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