Html Css Color HEX #814DB1 Studio

📋 copy color: '#814DB1'

red 129 ◦ green 77 ◦ blue 177

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

Shades of Studio #814DB1

Tints of Studio #814DB1

RGB

 RED value IS 129 (50.78% from 255) = 33.68%

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

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

R = 33.68%
G = 20.1%
B = 46.21%

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

#814DB1 (or 0x814DB1) is known color: Studio. HEX triplet: 81, 4D and B1. RGB value is (129,77,177). Sum of RGB (Red+Green+Blue) = 129+77+177=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #814DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DB1 is #7EB24E. Grayscale: #676767. Windows color (decimal): -8303183 or 11619713. OLE color: 11619713.

HSL color Cylindrical-coordinate representation of color #814DB1: hue angle of 271.2º 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 #814DB1 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 77 177 -
CMYK 0.27 0.56 0 0.31
HSL 271.2º 0.39% 0.5% -
HSV(B) 271.2º 0.56% 0.69% -
XYZ 19.64 13.15 43.1 -
YUV 103.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 129 77 177 0.27 0.56 0 0.31 271.2 0.39 0.5
Hex 81 4D B1 1B 38 0 1F 10F 27 32
Octal 201 115 261 33 70 0 37 417 47 62
Binary 10000001 1001101 10110001 11011 111000 0 11111 100001111 100111 110010

Color Harmonies of #814DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DB1

Black with #814DB1

Text Example


Text Example

White with #814DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814DB1; }

 p { color: rgb(129,77,177); }

 H1.HeaderClassName
 {
   color: #814DB1;
 }
 .AnyTagClassName
 {
   color: #814DB1;
 }
</style>

background-color css

<style>
 a { background-color: #814DB1; }

 a { background-color: rgb(129,77,177); }

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

border-color css

<style>
 span { border-color: #814DB1; }

 span { border-color: rgb(129,77,177); }

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