Html Css Color HEX #824A9C Studio

📋 copy color: '#824A9C'

red 130 ◦ green 74 ◦ blue 156

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

Shades of Studio #824A9C

Tints of Studio #824A9C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 36.11%
G = 20.56%
B = 43.33%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#824A9C (or 0x824A9C) is known color: Studio. HEX triplet: 82, 4A and 9C. RGB value is (130,74,156). Sum of RGB (Red+Green+Blue) = 130+74+156=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #824A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824A9C is #7DB563. Grayscale: #636363. Windows color (decimal): -8238436 or 10242690. OLE color: 10242690.

HSL color Cylindrical-coordinate representation of color #824A9C: hue angle of 280.98º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #824A9C is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 74 156 -
CMYK 0.17 0.53 0 0.39
HSL 280.98º 0.36% 0.45% -
HSV(B) 280.98º 0.53% 0.61% -
XYZ 17.66 12.04 32.85 -
YUV 100.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 130 74 156 0.17 0.53 0 0.39 280.98 0.36 0.45
Hex 82 4A 9C 11 35 0 27 119 24 2D
Octal 202 112 234 21 65 0 47 431 44 55
Binary 10000010 1001010 10011100 10001 110101 0 100111 100011001 100100 101101

Color Harmonies of #824A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A9C

Black with #824A9C

Text Example


Text Example

White with #824A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A9C; }

 p { color: rgb(130,74,156); }

 H1.HeaderClassName
 {
   color: #824A9C;
 }
 .AnyTagClassName
 {
   color: #824A9C;
 }
</style>

background-color css

<style>
 a { background-color: #824A9C; }

 a { background-color: rgb(130,74,156); }

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

border-color css

<style>
 span { border-color: #824A9C; }

 span { border-color: rgb(130,74,156); }

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