Html Css Color HEX #815BAD Studio

📋 copy color: '#815BAD'

red 129 ◦ green 91 ◦ blue 173

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

Shades of Studio #815BAD

Tints of Studio #815BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 32.82%
G = 23.16%
B = 44.02%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#815BAD (or 0x815BAD) is known color: Studio. HEX triplet: 81, 5B and AD. RGB value is (129,91,173). Sum of RGB (Red+Green+Blue) = 129+91+173=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #815BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815BAD is #7EA452. Grayscale: #6F6F6F. Windows color (decimal): -8299603 or 11361153. OLE color: 11361153.

HSL color Cylindrical-coordinate representation of color #815BAD: hue angle of 267.8º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815BAD is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 91 173 -
CMYK 0.25 0.47 0 0.32
HSL 267.8º 0.33% 0.52% -
HSV(B) 267.8º 0.47% 0.68% -
XYZ 20.34 15.17 41.39 -
YUV 111.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 129 91 173 0.25 0.47 0 0.32 267.8 0.33 0.52
Hex 81 5B AD 19 2F 0 20 10C 21 34
Octal 201 133 255 31 57 0 40 414 41 64
Binary 10000001 1011011 10101101 11001 101111 0 100000 100001100 100001 110100

Color Harmonies of #815BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815BAD

Black with #815BAD

Text Example


Text Example

White with #815BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815BAD; }

 p { color: rgb(129,91,173); }

 H1.HeaderClassName
 {
   color: #815BAD;
 }
 .AnyTagClassName
 {
   color: #815BAD;
 }
</style>

background-color css

<style>
 a { background-color: #815BAD; }

 a { background-color: rgb(129,91,173); }

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

border-color css

<style>
 span { border-color: #815BAD; }

 span { border-color: rgb(129,91,173); }

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