Html Css Color HEX #805AB2 Studio

📋 copy color: '#805AB2'

red 128 ◦ green 90 ◦ blue 178

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

Shades of Studio #805AB2

Tints of Studio #805AB2

RGB

 RED value IS 128 (50.39% from 255) = 32.32%

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

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

R = 32.32%
G = 22.73%
B = 44.95%

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

#805AB2 (or 0x805AB2) is known color: Studio. HEX triplet: 80, 5A and B2. RGB value is (128,90,178). Sum of RGB (Red+Green+Blue) = 128+90+178=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #805AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805AB2 is #7FA54D. Grayscale: #6F6F6F. Windows color (decimal): -8365390 or 11688576. OLE color: 11688576.

HSL color Cylindrical-coordinate representation of color #805AB2: hue angle of 265.91º 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 #805AB2 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 90 178 -
CMYK 0.28 0.49 0 0.30
HSL 265.91º 0.36% 0.53% -
HSV(B) 265.91º 0.49% 0.7% -
XYZ 20.59 15.12 43.95 -
YUV 111.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 128 90 178 0.28 0.49 0 0.30 265.91 0.36 0.53
Hex 80 5A B2 1C 31 0 1E 10A 24 35
Octal 200 132 262 34 61 0 36 412 44 65
Binary 10000000 1011010 10110010 11100 110001 0 11110 100001010 100100 110101

Color Harmonies of #805AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AB2

Black with #805AB2

Text Example


Text Example

White with #805AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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