Html Css Color HEX #813DAB Studio

📋 copy color: '#813DAB'

red 129 ◦ green 61 ◦ blue 171

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

Shades of Studio #813DAB

Tints of Studio #813DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 35.73%
G = 16.9%
B = 47.37%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#813DAB (or 0x813DAB) is known color: Studio. HEX triplet: 81, 3D and AB. RGB value is (129,61,171). Sum of RGB (Red+Green+Blue) = 129+61+171=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #813DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DAB is #7EC254. Grayscale: #5D5D5D. Windows color (decimal): -8307285 or 11222401. OLE color: 11222401.

HSL color Cylindrical-coordinate representation of color #813DAB: hue angle of 277.09º 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 #813DAB is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 61 171 -
CMYK 0.25 0.64 0 0.33
HSL 277.09º 0.47% 0.45% -
HSV(B) 277.09º 0.64% 0.67% -
XYZ 18.07 10.94 39.69 -
YUV 93.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 129 61 171 0.25 0.64 0 0.33 277.09 0.47 0.45
Hex 81 3D AB 19 40 0 21 115 2F 2D
Octal 201 75 253 31 100 0 41 425 57 55
Binary 10000001 111101 10101011 11001 1000000 0 100001 100010101 101111 101101

Color Harmonies of #813DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DAB

Black with #813DAB

Text Example


Text Example

White with #813DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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