Html Css Color HEX #815AB2 Studio

📋 copy color: '#815AB2'

red 129 ◦ green 90 ◦ blue 178

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

Shades of Studio #815AB2

Tints of Studio #815AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 178 (69.92% from 255) = 44.84%

R = 32.49%
G = 22.67%
B = 44.84%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#815AB2 (or 0x815AB2) is known color: Studio. HEX triplet: 81, 5A and B2. RGB value is (129,90,178). Sum of RGB (Red+Green+Blue) = 129+90+178=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #815AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815AB2 is #7EA54D. Grayscale: #6F6F6F. Windows color (decimal): -8299854 or 11688577. OLE color: 11688577.

HSL color Cylindrical-coordinate representation of color #815AB2: hue angle of 266.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #815AB2 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 90 178 -
CMYK 0.28 0.49 0 0.30
HSL 266.59º 0.36% 0.53% -
HSV(B) 266.59º 0.49% 0.7% -
XYZ 20.75 15.19 43.96 -
YUV 111.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 129 90 178 0.28 0.49 0 0.30 266.59 0.36 0.53
Hex 81 5A B2 1C 31 0 1E 10B 24 35
Octal 201 132 262 34 61 0 36 413 44 65
Binary 10000001 1011010 10110010 11100 110001 0 11110 100001011 100100 110101

Color Harmonies of #815AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815AB2

Black with #815AB2

Text Example


Text Example

White with #815AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,90,178); }

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

background-color css

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

 a { background-color: rgb(129,90,178); }

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

border-color css

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

 span { border-color: rgb(129,90,178); }

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