Html Css Color HEX #813AAC Studio

📋 copy color: '#813AAC'

red 129 ◦ green 58 ◦ blue 172

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

Shades of Studio #813AAC

Tints of Studio #813AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.16%

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 35.93%
G = 16.16%
B = 47.91%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#813AAC (or 0x813AAC) is known color: Studio. HEX triplet: 81, 3A and AC. RGB value is (129,58,172). Sum of RGB (Red+Green+Blue) = 129+58+172=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #813AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813AAC is #7EC553. Grayscale: #5B5B5B. Windows color (decimal): -8308052 or 11287169. OLE color: 11287169.

HSL color Cylindrical-coordinate representation of color #813AAC: hue angle of 277.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #813AAC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 58 172 -
CMYK 0.25 0.66 0 0.33
HSL 277.37º 0.5% 0.45% -
HSV(B) 277.37º 0.66% 0.67% -
XYZ 18.01 10.67 40.14 -
YUV 92.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 129 58 172 0.25 0.66 0 0.33 277.37 0.5 0.45
Hex 81 3A AC 19 42 0 21 115 32 2D
Octal 201 72 254 31 102 0 41 425 62 55
Binary 10000001 111010 10101100 11001 1000010 0 100001 100010101 110010 101101

Color Harmonies of #813AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813AAC

Black with #813AAC

Text Example


Text Example

White with #813AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,58,172); }

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

background-color css

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

 a { background-color: rgb(129,58,172); }

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

border-color css

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

 span { border-color: rgb(129,58,172); }

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