Html Css Color HEX #813CAC Studio

📋 copy color: '#813CAC'

red 129 ◦ green 60 ◦ blue 172

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

Shades of Studio #813CAC

Tints of Studio #813CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.62%

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

R = 35.73%
G = 16.62%
B = 47.65%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#813CAC (or 0x813CAC) is known color: Studio. HEX triplet: 81, 3C and AC. RGB value is (129,60,172). Sum of RGB (Red+Green+Blue) = 129+60+172=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #813CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813CAC is #7EC353. Grayscale: #5D5D5D. Windows color (decimal): -8307540 or 11287681. OLE color: 11287681.

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

Color convert

RGB 129 60 172 -
CMYK 0.25 0.65 0 0.33
HSL 276.96º 0.48% 0.45% -
HSV(B) 276.96º 0.65% 0.67% -
XYZ 18.12 10.88 40.17 -
YUV 93.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 129 60 172 0.25 0.65 0 0.33 276.96 0.48 0.45
Hex 81 3C AC 19 41 0 21 115 30 2D
Octal 201 74 254 31 101 0 41 425 60 55
Binary 10000001 111100 10101100 11001 1000001 0 100001 100010101 110000 101101

Color Harmonies of #813CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CAC

Black with #813CAC

Text Example


Text Example

White with #813CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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