Html Css Color HEX #813DB1 Studio

📋 copy color: '#813DB1'

red 129 ◦ green 61 ◦ blue 177

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

Shades of Studio #813DB1

Tints of Studio #813DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.23%

R = 35.15%
G = 16.62%
B = 48.23%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#813DB1 (or 0x813DB1) is known color: Studio. HEX triplet: 81, 3D and B1. RGB value is (129,61,177). Sum of RGB (Red+Green+Blue) = 129+61+177=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #813DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DB1 is #7EC24E. Grayscale: #5E5E5E. Windows color (decimal): -8307279 or 11615617. OLE color: 11615617.

HSL color Cylindrical-coordinate representation of color #813DB1: hue angle of 275.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #813DB1 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 61 177 -
CMYK 0.27 0.66 0 0.31
HSL 275.17º 0.49% 0.47% -
HSV(B) 275.17º 0.66% 0.69% -
XYZ 18.66 11.18 42.77 -
YUV 94.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 129 61 177 0.27 0.66 0 0.31 275.17 0.49 0.47
Hex 81 3D B1 1B 42 0 1F 113 31 2F
Octal 201 75 261 33 102 0 37 423 61 57
Binary 10000001 111101 10110001 11011 1000010 0 11111 100010011 110001 101111

Color Harmonies of #813DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DB1

Black with #813DB1

Text Example


Text Example

White with #813DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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