Html Css Color HEX #824FB1 Studio

📋 copy color: '#824FB1'

red 130 ◦ green 79 ◦ blue 177

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

Shades of Studio #824FB1

Tints of Studio #824FB1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.47%

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

R = 33.68%
G = 20.47%
B = 45.85%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#824FB1 (or 0x824FB1) is known color: Studio. HEX triplet: 82, 4F and B1. RGB value is (130,79,177). Sum of RGB (Red+Green+Blue) = 130+79+177=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #824FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824FB1 is #7DB04E. Grayscale: #696969. Windows color (decimal): -8237135 or 11620226. OLE color: 11620226.

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

Color convert

RGB 130 79 177 -
CMYK 0.27 0.55 0 0.31
HSL 271.22º 0.39% 0.5% -
HSV(B) 271.22º 0.55% 0.69% -
XYZ 19.94 13.51 43.15 -
YUV 105.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 130 79 177 0.27 0.55 0 0.31 271.22 0.39 0.5
Hex 82 4F B1 1B 37 0 1F 10F 27 32
Octal 202 117 261 33 67 0 37 417 47 62
Binary 10000010 1001111 10110001 11011 110111 0 11111 100001111 100111 110010

Color Harmonies of #824FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FB1

Black with #824FB1

Text Example


Text Example

White with #824FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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