Html Css Color HEX #824EB1 Studio

📋 copy color: '#824EB1'

red 130 ◦ green 78 ◦ blue 177

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

Shades of Studio #824EB1

Tints of Studio #824EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.97%

R = 33.77%
G = 20.26%
B = 45.97%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#824EB1 (or 0x824EB1) is known color: Studio. HEX triplet: 82, 4E and B1. RGB value is (130,78,177). Sum of RGB (Red+Green+Blue) = 130+78+177=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #824EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824EB1 is #7DB14E. Grayscale: #686868. Windows color (decimal): -8237391 or 11619970. OLE color: 11619970.

HSL color Cylindrical-coordinate representation of color #824EB1: hue angle of 271.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824EB1 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 78 177 -
CMYK 0.27 0.56 0 0.31
HSL 271.52º 0.39% 0.5% -
HSV(B) 271.52º 0.56% 0.69% -
XYZ 19.87 13.37 43.13 -
YUV 104.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 130 78 177 0.27 0.56 0 0.31 271.52 0.39 0.5
Hex 82 4E B1 1B 38 0 1F 110 27 32
Octal 202 116 261 33 70 0 37 420 47 62
Binary 10000010 1001110 10110001 11011 111000 0 11111 100010000 100111 110010

Color Harmonies of #824EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EB1

Black with #824EB1

Text Example


Text Example

White with #824EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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