Html Css Color HEX #814DB2 Studio

📋 copy color: '#814DB2'

red 129 ◦ green 77 ◦ blue 178

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

Shades of Studio #814DB2

Tints of Studio #814DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.35%

R = 33.59%
G = 20.05%
B = 46.35%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#814DB2 (or 0x814DB2) is known color: Studio. HEX triplet: 81, 4D and B2. RGB value is (129,77,178). Sum of RGB (Red+Green+Blue) = 129+77+178=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #814DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DB2 is #7EB24D. Grayscale: #676767. Windows color (decimal): -8303182 or 11685249. OLE color: 11685249.

HSL color Cylindrical-coordinate representation of color #814DB2: hue angle of 270.89º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814DB2 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 77 178 -
CMYK 0.28 0.57 0 0.30
HSL 270.89º 0.4% 0.5% -
HSV(B) 270.89º 0.57% 0.7% -
XYZ 19.74 13.19 43.62 -
YUV 104.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 129 77 178 0.28 0.57 0 0.30 270.89 0.4 0.5
Hex 81 4D B2 1C 39 0 1E 10F 28 32
Octal 201 115 262 34 71 0 36 417 50 62
Binary 10000001 1001101 10110010 11100 111001 0 11110 100001111 101000 110010

Color Harmonies of #814DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DB2

Black with #814DB2

Text Example


Text Example

White with #814DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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