Html Css Color HEX #813DAF Studio

📋 copy color: '#813DAF'

red 129 ◦ green 61 ◦ blue 175

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

Shades of Studio #813DAF

Tints of Studio #813DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 35.34%
G = 16.71%
B = 47.95%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#813DAF (or 0x813DAF) is known color: Studio. HEX triplet: 81, 3D and AF. RGB value is (129,61,175). Sum of RGB (Red+Green+Blue) = 129+61+175=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #813DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DAF is #7EC250. Grayscale: #5D5D5D. Windows color (decimal): -8307281 or 11484545. OLE color: 11484545.

HSL color Cylindrical-coordinate representation of color #813DAF: hue angle of 275.79º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #813DAF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 61 175 -
CMYK 0.26 0.65 0 0.31
HSL 275.79º 0.48% 0.46% -
HSV(B) 275.79º 0.65% 0.69% -
XYZ 18.46 11.1 41.73 -
YUV 94.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 129 61 175 0.26 0.65 0 0.31 275.79 0.48 0.46
Hex 81 3D AF 1A 41 0 1F 114 30 2E
Octal 201 75 257 32 101 0 37 424 60 56
Binary 10000001 111101 10101111 11010 1000001 0 11111 100010100 110000 101110

Color Harmonies of #813DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DAF

Black with #813DAF

Text Example


Text Example

White with #813DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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