Html Css Color HEX #813DAE Studio

📋 copy color: '#813DAE'

red 129 ◦ green 61 ◦ blue 174

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

Shades of Studio #813DAE

Tints of Studio #813DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.76%

 BLUE value IS 174 (68.36% from 255) = 47.8%

R = 35.44%
G = 16.76%
B = 47.8%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#813DAE (or 0x813DAE) is known color: Studio. HEX triplet: 81, 3D and AE. RGB value is (129,61,174). Sum of RGB (Red+Green+Blue) = 129+61+174=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #813DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DAE is #7EC251. Grayscale: #5D5D5D. Windows color (decimal): -8307282 or 11419009. OLE color: 11419009.

HSL color Cylindrical-coordinate representation of color #813DAE: hue angle of 276.11º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #813DAE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 61 174 -
CMYK 0.26 0.65 0 0.32
HSL 276.11º 0.48% 0.46% -
HSV(B) 276.11º 0.65% 0.68% -
XYZ 18.36 11.06 41.21 -
YUV 94.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 129 61 174 0.26 0.65 0 0.32 276.11 0.48 0.46
Hex 81 3D AE 1A 41 0 20 114 30 2E
Octal 201 75 256 32 101 0 40 424 60 56
Binary 10000001 111101 10101110 11010 1000001 0 100000 100010100 110000 101110

Color Harmonies of #813DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DAE

Black with #813DAE

Text Example


Text Example

White with #813DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813DAE; }

 p { color: rgb(129,61,174); }

 H1.HeaderClassName
 {
   color: #813DAE;
 }
 .AnyTagClassName
 {
   color: #813DAE;
 }
</style>

background-color css

<style>
 a { background-color: #813DAE; }

 a { background-color: rgb(129,61,174); }

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

border-color css

<style>
 span { border-color: #813DAE; }

 span { border-color: rgb(129,61,174); }

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