Html Css Color HEX #824E9D Studio

📋 copy color: '#824E9D'

red 130 ◦ green 78 ◦ blue 157

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

Shades of Studio #824E9D

Tints of Studio #824E9D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 35.62%
G = 21.37%
B = 43.01%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#824E9D (or 0x824E9D) is known color: Studio. HEX triplet: 82, 4E and 9D. RGB value is (130,78,157). Sum of RGB (Red+Green+Blue) = 130+78+157=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #824E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824E9D is #7DB162. Grayscale: #666666. Windows color (decimal): -8237411 or 10309250. OLE color: 10309250.

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

Color convert

RGB 130 78 157 -
CMYK 0.17 0.50 0 0.38
HSL 279.49º 0.34% 0.46% -
HSV(B) 279.49º 0.5% 0.62% -
XYZ 18.02 12.63 33.39 -
YUV 102.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 130 78 157 0.17 0.50 0 0.38 279.49 0.34 0.46
Hex 82 4E 9D 11 32 0 26 117 22 2E
Octal 202 116 235 21 62 0 46 427 42 56
Binary 10000010 1001110 10011101 10001 110010 0 100110 100010111 100010 101110

Color Harmonies of #824E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E9D

Black with #824E9D

Text Example


Text Example

White with #824E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,78,157); }

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

background-color css

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

 a { background-color: rgb(130,78,157); }

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

border-color css

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

 span { border-color: rgb(130,78,157); }

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