Html Css Color HEX #824DB7 Studio

📋 copy color: '#824DB7'

red 130 ◦ green 77 ◦ blue 183

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

Shades of Studio #824DB7

Tints of Studio #824DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.92%

R = 33.33%
G = 19.74%
B = 46.92%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#824DB7 (or 0x824DB7) is known color: Studio. HEX triplet: 82, 4D and B7. RGB value is (130,77,183). Sum of RGB (Red+Green+Blue) = 130+77+183=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #824DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DB7 is #7DB248. Grayscale: #686868. Windows color (decimal): -8237641 or 12012930. OLE color: 12012930.

HSL color Cylindrical-coordinate representation of color #824DB7: hue angle of 270º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824DB7 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 77 183 -
CMYK 0.29 0.58 0 0.28
HSL 270º 0.42% 0.51% -
HSV(B) 270º 0.58% 0.72% -
XYZ 20.41 13.47 46.32 -
YUV 104.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 130 77 183 0.29 0.58 0 0.28 270 0.42 0.51
Hex 82 4D B7 1D 3A 0 1C 10E 2A 33
Octal 202 115 267 35 72 0 34 416 52 63
Binary 10000010 1001101 10110111 11101 111010 0 11100 100001110 101010 110011

Color Harmonies of #824DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DB7

Black with #824DB7

Text Example


Text Example

White with #824DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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