Html Css Color HEX #824D9E Studio

📋 copy color: '#824D9E'

red 130 ◦ green 77 ◦ blue 158

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

Shades of Studio #824D9E

Tints of Studio #824D9E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 35.62%
G = 21.1%
B = 43.29%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#824D9E (or 0x824D9E) is known color: Studio. HEX triplet: 82, 4D and 9E. RGB value is (130,77,158). Sum of RGB (Red+Green+Blue) = 130+77+158=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #824D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824D9E is #7DB261. Grayscale: #656565. Windows color (decimal): -8237666 or 10374530. OLE color: 10374530.

HSL color Cylindrical-coordinate representation of color #824D9E: hue angle of 279.26º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824D9E is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 77 158 -
CMYK 0.18 0.51 0 0.38
HSL 279.26º 0.34% 0.46% -
HSV(B) 279.26º 0.51% 0.62% -
XYZ 18.03 12.52 33.81 -
YUV 102.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 130 77 158 0.18 0.51 0 0.38 279.26 0.34 0.46
Hex 82 4D 9E 12 33 0 26 117 22 2E
Octal 202 115 236 22 63 0 46 427 42 56
Binary 10000010 1001101 10011110 10010 110011 0 100110 100010111 100010 101110

Color Harmonies of #824D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D9E

Black with #824D9E

Text Example


Text Example

White with #824D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,77,158); }

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

background-color css

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

 a { background-color: rgb(130,77,158); }

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

border-color css

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

 span { border-color: rgb(130,77,158); }

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