Html Css Color HEX #825A9B Studio

📋 copy color: '#825A9B'

red 130 ◦ green 90 ◦ blue 155

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

Shades of Studio #825A9B

Tints of Studio #825A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 34.67%
G = 24%
B = 41.33%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#825A9B (or 0x825A9B) is known color: Studio. HEX triplet: 82, 5A and 9B. RGB value is (130,90,155). Sum of RGB (Red+Green+Blue) = 130+90+155=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #825A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825A9B is #7DA564. Grayscale: #6D6D6D. Windows color (decimal): -8234341 or 10181250. OLE color: 10181250.

HSL color Cylindrical-coordinate representation of color #825A9B: hue angle of 276.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #825A9B is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 90 155 -
CMYK 0.16 0.42 0 0.39
HSL 276.92º 0.27% 0.48% -
HSV(B) 276.92º 0.42% 0.61% -
XYZ 18.78 14.42 32.8 -
YUV 109.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 130 90 155 0.16 0.42 0 0.39 276.92 0.27 0.48
Hex 82 5A 9B 10 2A 0 27 115 1B 30
Octal 202 132 233 20 52 0 47 425 33 60
Binary 10000010 1011010 10011011 10000 101010 0 100111 100010101 11011 110000

Color Harmonies of #825A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A9B

Black with #825A9B

Text Example


Text Example

White with #825A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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