Html Css Color HEX #813DAA Studio

📋 copy color: '#813DAA'

red 129 ◦ green 61 ◦ blue 170

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

Shades of Studio #813DAA

Tints of Studio #813DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 35.83%
G = 16.94%
B = 47.22%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#813DAA (or 0x813DAA) is known color: Studio. HEX triplet: 81, 3D and AA. RGB value is (129,61,170). Sum of RGB (Red+Green+Blue) = 129+61+170=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #813DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DAA is #7EC255. Grayscale: #5D5D5D. Windows color (decimal): -8307286 or 11156865. OLE color: 11156865.

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

Color convert

RGB 129 61 170 -
CMYK 0.24 0.64 0 0.33
HSL 277.43º 0.47% 0.45% -
HSV(B) 277.43º 0.64% 0.67% -
XYZ 17.98 10.91 39.19 -
YUV 93.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 129 61 170 0.24 0.64 0 0.33 277.43 0.47 0.45
Hex 81 3D AA 18 40 0 21 115 2F 2D
Octal 201 75 252 30 100 0 41 425 57 55
Binary 10000001 111101 10101010 11000 1000000 0 100001 100010101 101111 101101

Color Harmonies of #813DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DAA

Black with #813DAA

Text Example


Text Example

White with #813DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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