Html Css Color HEX #813FAE Studio

📋 copy color: '#813FAE'

red 129 ◦ green 63 ◦ blue 174

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

Shades of Studio #813FAE

Tints of Studio #813FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.21%

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

R = 35.25%
G = 17.21%
B = 47.54%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#813FAE (or 0x813FAE) is known color: Studio. HEX triplet: 81, 3F and AE. RGB value is (129,63,174). Sum of RGB (Red+Green+Blue) = 129+63+174=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #813FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813FAE is #7EC051. Grayscale: #5F5F5F. Windows color (decimal): -8306770 or 11419521. OLE color: 11419521.

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

Color convert

RGB 129 63 174 -
CMYK 0.26 0.64 0 0.32
HSL 275.68º 0.47% 0.46% -
HSV(B) 275.68º 0.64% 0.68% -
XYZ 18.47 11.28 41.25 -
YUV 95.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 129 63 174 0.26 0.64 0 0.32 275.68 0.47 0.46
Hex 81 3F AE 1A 40 0 20 114 2F 2E
Octal 201 77 256 32 100 0 40 424 57 56
Binary 10000001 111111 10101110 11010 1000000 0 100000 100010100 101111 101110

Color Harmonies of #813FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813FAE

Black with #813FAE

Text Example


Text Example

White with #813FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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