Html Css Color HEX #805AC5 True V

📋 copy color: '#805AC5'

red 128 ◦ green 90 ◦ blue 197

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

Shades of True V #805AC5

Tints of True V #805AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.47%

R = 30.84%
G = 21.69%
B = 47.47%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#805AC5 (or 0x805AC5) is known color: True V. HEX triplet: 80, 5A and C5. RGB value is (128,90,197). Sum of RGB (Red+Green+Blue) = 128+90+197=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #805AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AC5 is #7FA53A. Grayscale: #717171. Windows color (decimal): -8365371 or 12933760. OLE color: 12933760.

HSL color Cylindrical-coordinate representation of color #805AC5: hue angle of 261.31º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #805AC5 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 90 197 -
CMYK 0.35 0.54 0 0.23
HSL 261.31º 0.48% 0.56% -
HSV(B) 261.31º 0.54% 0.77% -
XYZ 22.64 15.93 54.71 -
YUV 113.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 128 90 197 0.35 0.54 0 0.23 261.31 0.48 0.56
Hex 80 5A C5 23 36 0 17 105 30 38
Octal 200 132 305 43 66 0 27 405 60 70
Binary 10000000 1011010 11000101 100011 110110 0 10111 100000101 110000 111000

Color Harmonies of #805AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AC5

Black with #805AC5

Text Example


Text Example

White with #805AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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