Html Css Color HEX #813AAB Studio

📋 copy color: '#813AAB'

red 129 ◦ green 58 ◦ blue 171

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

Shades of Studio #813AAB

Tints of Studio #813AAB

RGB

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

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

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

R = 36.03%
G = 16.2%
B = 47.77%

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

#813AAB (or 0x813AAB) is known color: Studio. HEX triplet: 81, 3A and AB. RGB value is (129,58,171). Sum of RGB (Red+Green+Blue) = 129+58+171=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #813AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813AAB is #7EC554. Grayscale: #5B5B5B. Windows color (decimal): -8308053 or 11221633. OLE color: 11221633.

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

Color convert

RGB 129 58 171 -
CMYK 0.25 0.66 0 0.33
HSL 277.7º 0.49% 0.45% -
HSV(B) 277.7º 0.66% 0.67% -
XYZ 17.92 10.63 39.64 -
YUV 92.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 129 58 171 0.25 0.66 0 0.33 277.7 0.49 0.45
Hex 81 3A AB 19 42 0 21 116 31 2D
Octal 201 72 253 31 102 0 41 426 61 55
Binary 10000001 111010 10101011 11001 1000010 0 100001 100010110 110001 101101

Color Harmonies of #813AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813AAB

Black with #813AAB

Text Example


Text Example

White with #813AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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