Html Css Color HEX #813BAE Studio

📋 copy color: '#813BAE'

red 129 ◦ green 59 ◦ blue 174

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

Shades of Studio #813BAE

Tints of Studio #813BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

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

R = 35.64%
G = 16.3%
B = 48.07%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#813BAE (or 0x813BAE) is known color: Studio. HEX triplet: 81, 3B and AE. RGB value is (129,59,174). Sum of RGB (Red+Green+Blue) = 129+59+174=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #813BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813BAE is #7EC451. Grayscale: #5C5C5C. Windows color (decimal): -8307794 or 11418497. OLE color: 11418497.

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

Color convert

RGB 129 59 174 -
CMYK 0.26 0.66 0 0.32
HSL 276.52º 0.49% 0.46% -
HSV(B) 276.52º 0.66% 0.68% -
XYZ 18.26 10.85 41.18 -
YUV 93.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 129 59 174 0.26 0.66 0 0.32 276.52 0.49 0.46
Hex 81 3B AE 1A 42 0 20 115 31 2E
Octal 201 73 256 32 102 0 40 425 61 56
Binary 10000001 111011 10101110 11010 1000010 0 100000 100010101 110001 101110

Color Harmonies of #813BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BAE

Black with #813BAE

Text Example


Text Example

White with #813BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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